CMakeProjectManager: Add Ui completion

That is get code completion without saving the file or building.

Task-Nr: QTCREATORBUG-1657
This commit is contained in:
dt
2010-09-24 13:17:43 +02:00
parent a2809fdfeb
commit 61b4cb7ffa
12 changed files with 340 additions and 12 deletions

View File

@@ -44,7 +44,7 @@ Qt4UiCodeModelSupport::Qt4UiCodeModelSupport(CppTools::CppModelManagerInterface
Qt4Project *project,
const QString &source,
const QString &uiHeaderFile)
: UiCodeModelSupport(modelmanager, source, uiHeaderFile),
: CppTools::UiCodeModelSupport(modelmanager, source, uiHeaderFile),
m_project(project)
{