Skip to content

Commit 6ff4781

Browse files
committed
Removed outdated comment
Seems to be provided by ProjectView::selectPath now.
1 parent 74cf2bc commit 6ff4781

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tiled/projectdock.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ class ProjectView final : public QTreeView
6464

6565
ProjectModel *projectModel() const { return mProjectModel; }
6666

67-
// TODO: Add 'select by file name'
68-
6967
QStringList expandedPaths() const { return mExpandedPaths.values(); }
7068
void setExpandedPaths(const QStringList &paths);
7169
void addExpandedPath(const QString &path);

0 commit comments

Comments
 (0)