summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/editorsettingspropertiespage.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-01-16 16:30:22 +0100
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2009-01-16 16:44:25 +0100
commit0728e78afb7228460ed440075e05f38fd371c59b (patch)
tree2c9626d4b3b461f190709abb080ea6ee6e8df58a /src/plugins/projectexplorer/editorsettingspropertiespage.h
parentd78d5f564e686c2d188c099f7d7c1ccea701d0c3 (diff)
downloadqt-creator-0728e78afb7228460ed440075e05f38fd371c59b.tar.gz
Reintroduced a way to edit project dependencies
Dependencies between projects can now be edited in the Projects mode. You can simply check for each project the projects that it depends on, and they will be built first. A message box pops up when you try to create a circular dependency. Could use some testing.
Diffstat (limited to 'src/plugins/projectexplorer/editorsettingspropertiespage.h')
-rw-r--r--src/plugins/projectexplorer/editorsettingspropertiespage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/editorsettingspropertiespage.h b/src/plugins/projectexplorer/editorsettingspropertiespage.h
index 3be9f229c4..45da481767 100644
--- a/src/plugins/projectexplorer/editorsettingspropertiespage.h
+++ b/src/plugins/projectexplorer/editorsettingspropertiespage.h
@@ -73,7 +73,6 @@ private slots:
void currentEncodingChanged(int index);
private:
-
Ui::EditorSettingsPropertiesPage m_ui;
Project *m_project;
QList<QTextCodec *> m_codecs;