forked from qt-creator/qt-creator
Move the ModelManagerInterface out of the CPlusPlus library.
Change-Id: Iffaa18f848a22f6961b49dff048672b194570df6 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
#include <projectexplorer/buildsteplist.h>
|
||||
#include <projectexplorer/buildmanager.h>
|
||||
#include <projectexplorer/toolchain.h>
|
||||
#include <cplusplus/ModelManagerInterface.h>
|
||||
#include <cpptools/ModelManagerInterface.h>
|
||||
#include <extensionsystem/pluginmanager.h>
|
||||
#include <utils/qtcassert.h>
|
||||
#include <coreplugin/icore.h>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#include "cmaketarget.h"
|
||||
#include "cmakebuildconfiguration.h"
|
||||
|
||||
#include <cplusplus/ModelManagerInterface.h>
|
||||
#include <cpptools/ModelManagerInterface.h>
|
||||
|
||||
#include <QProcess>
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#ifndef CMAKEUICODEMODELSUPPORT_H
|
||||
#define CMAKEUICODEMODELSUPPORT_H
|
||||
|
||||
#include <cplusplus/ModelManagerInterface.h>
|
||||
#include <cpptools/ModelManagerInterface.h>
|
||||
#include <cpptools/uicodecompletionsupport.h>
|
||||
|
||||
#include <QDateTime>
|
||||
|
||||
Reference in New Issue
Block a user