forked from qt-creator/qt-creator
Make BuildConfiguration::setValue and ::value protected
This commit is contained in:
@@ -49,6 +49,7 @@ public:
|
||||
|
||||
virtual ProjectExplorer::Environment environment() const;
|
||||
virtual QString buildDirectory() const;
|
||||
void setBuildDirectory(const QString &buildDirectory);
|
||||
};
|
||||
|
||||
} // namespace GenericProjectManager
|
||||
|
||||
Reference in New Issue
Block a user