Fixed the wizard and removed some obsolete code.

This commit is contained in:
Roberto Raggi
2009-03-16 12:11:52 +01:00
parent e10bda6f9a
commit f9308dcc05
4 changed files with 25 additions and 54 deletions

View File

@@ -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