projectexplorer: added functionality for opening a folder in another tab/window

This commit is contained in:
itsmattkc
2020-04-19 01:11:50 +10:00
parent 93e5e7c0c1
commit 55dcf0f5fd
11 changed files with 146 additions and 30 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ ProjectViewModel::ProjectViewModel(QObject *parent) :
columns_.append(kRate);
}
Project *ProjectViewModel::project()
Project *ProjectViewModel::project() const
{
return project_;
}