forked from qt-creator/qt-creator
Move "builddirectory" template from Core to ProjectExplorer
Move Core::DocumentManager::buildDirectory to ProjectExplorerPlugin::buildDirectoryTemplate. Move the setter along. Change-Id: I3f1739723e800d04d2934149369b8881208305b4 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -141,9 +141,6 @@ public:
|
||||
static Utils::FileName projectsDirectory();
|
||||
static void setProjectsDirectory(const Utils::FileName &directory);
|
||||
|
||||
static QString buildDirectory();
|
||||
static void setBuildDirectory(const QString &directory);
|
||||
|
||||
/* Used to notify e.g. the code model to update the given files. Does *not*
|
||||
lead to any editors to reload or any other editor manager actions. */
|
||||
static void notifyFilesChangedInternally(const QStringList &files);
|
||||
|
||||
Reference in New Issue
Block a user