diff options
author | dt <qtc-committer@nokia.com> | 2010-09-24 13:17:43 +0200 |
---|---|---|
committer | dt <qtc-committer@nokia.com> | 2010-10-04 15:09:59 +0200 |
commit | 61b4cb7ffa1fc73421c6f5f452457cbd6249db89 (patch) | |
tree | eed7261245cc03367cacc5e7e9847f0ec5e20813 /src/plugins/qt4projectmanager/qtuicodemodelsupport.h | |
parent | a2809fdfebff8eb4f213a554c00f7bac0c6738e3 (diff) | |
download | qt-creator-61b4cb7ffa1fc73421c6f5f452457cbd6249db89.tar.gz |
CMakeProjectManager: Add Ui completion
That is get code completion without saving the file or building.
Task-Nr: QTCREATORBUG-1657
Diffstat (limited to 'src/plugins/qt4projectmanager/qtuicodemodelsupport.h')
-rw-r--r-- | src/plugins/qt4projectmanager/qtuicodemodelsupport.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qt4projectmanager/qtuicodemodelsupport.h b/src/plugins/qt4projectmanager/qtuicodemodelsupport.h index ed36d9787f..b938009739 100644 --- a/src/plugins/qt4projectmanager/qtuicodemodelsupport.h +++ b/src/plugins/qt4projectmanager/qtuicodemodelsupport.h @@ -31,7 +31,7 @@ #define QTUICODEMODELSUPPORT_H #include <cpptools/cppmodelmanagerinterface.h> -#include <projectexplorer/uicodecompletionsupport.h> +#include <cpptools/uicodecompletionsupport.h> #include <QtCore/QDateTime> @@ -39,7 +39,7 @@ namespace Qt4ProjectManager { class Qt4Project; namespace Internal { -class Qt4UiCodeModelSupport : public ProjectExplorer::UiCodeModelSupport +class Qt4UiCodeModelSupport : public CppTools::UiCodeModelSupport { public: Qt4UiCodeModelSupport(CppTools::CppModelManagerInterface *modelmanager, |