aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qt4projectmanager/qt4projectmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qt4projectmanager/qt4projectmanager.h')
-rw-r--r--src/plugins/qt4projectmanager/qt4projectmanager.h27
1 files changed, 3 insertions, 24 deletions
diff --git a/src/plugins/qt4projectmanager/qt4projectmanager.h b/src/plugins/qt4projectmanager/qt4projectmanager.h
index 32a12fa80cb..d9ff3961bb7 100644
--- a/src/plugins/qt4projectmanager/qt4projectmanager.h
+++ b/src/plugins/qt4projectmanager/qt4projectmanager.h
@@ -38,13 +38,8 @@
#include <projectexplorer/iprojectmanager.h>
#include <projectexplorer/projectnodes.h>
-namespace Core {
- class IEditor;
-}
-
-namespace ExtensionSystem {
-class PluginManager;
-}
+namespace Core { class IEditor; }
+namespace ExtensionSystem { class PluginManager; }
namespace ProjectExplorer {
class Project;
@@ -64,14 +59,7 @@ namespace Internal {
class Qt4Builder;
class ProFileEditorWidget;
class Qt4ProjectManagerPlugin;
-
-class UnConfiguredSettings
-{
-public:
- QtSupport::BaseQtVersion *version;
- ProjectExplorer::ToolChain *toolchain;
-};
-}
+} // namespace Internal
class Qt4Project;
@@ -107,13 +95,6 @@ public:
enum Action { BUILD, REBUILD, CLEAN };
- /// Settings to use for codemodel if no targets exist
- Internal::UnConfiguredSettings unconfiguredSettings() const;
- void setUnconfiguredSettings(const Internal::UnConfiguredSettings &setting);
-
-signals:
- void unconfiguredSettingsChanged();
-
public slots:
void addLibrary();
void addLibraryContextMenu();
@@ -137,8 +118,6 @@ private:
void runQMake(ProjectExplorer::Project *p, ProjectExplorer::Node *node);
Internal::Qt4ProjectManagerPlugin *m_plugin;
- mutable int m_unConfiguredVersionId;
- mutable QString m_unconfiguredToolChainId;
ProjectExplorer::Node *m_contextNode;
ProjectExplorer::Project *m_contextProject;
ProjectExplorer::FileNode *m_contextFile;