projectexplorer: added functionality for opening a folder in another tab/window
This commit is contained in:
@@ -38,7 +38,7 @@ ProjectViewModel::ProjectViewModel(QObject *parent) :
|
||||
columns_.append(kRate);
|
||||
}
|
||||
|
||||
Project *ProjectViewModel::project()
|
||||
Project *ProjectViewModel::project() const
|
||||
{
|
||||
return project_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user