forked from qt-creator/qt-creator
CMakeProjectManager: Add Ui completion
That is get code completion without saving the file or building. Task-Nr: QTCREATORBUG-1657
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user