forked from qt-creator/qt-creator
Fixed the wizard and removed some obsolete code.
This commit is contained in:
@@ -171,16 +171,11 @@ public:
|
||||
|
||||
private Q_SLOTS:
|
||||
void buildDirectoryChanged();
|
||||
void markDirty();
|
||||
void applyChanges();
|
||||
|
||||
private:
|
||||
GenericProject *_project;
|
||||
Core::Utils::PathChooser *_pathChooser;
|
||||
QString _buildConfiguration;
|
||||
QPushButton *_applyButton;
|
||||
QStringListModel *_includePathsModel;
|
||||
QStringListModel *_definesModel;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user