We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74cf2bc commit 6ff4781Copy full SHA for 6ff4781
src/tiled/projectdock.cpp
@@ -64,8 +64,6 @@ class ProjectView final : public QTreeView
64
65
ProjectModel *projectModel() const { return mProjectModel; }
66
67
- // TODO: Add 'select by file name'
68
-
69
QStringList expandedPaths() const { return mExpandedPaths.values(); }
70
void setExpandedPaths(const QStringList &paths);
71
void addExpandedPath(const QString &path);
0 commit comments