forked from qt-creator/qt-creator
CppTools: Change CppModelManager implementation pattern
Replace the CppModelManagerInterface/derived CppModelManager combo by a more common CppModelManager/CppModelManagerPrivate pimpl pattern. Change-Id: Ia4582845ed94d5ef60b8571bab9b2260c6290287 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
@@ -48,16 +48,9 @@ QT_FORWARD_DECLARE_CLASS(QLocale)
|
||||
|
||||
namespace Core { class MimeType; }
|
||||
|
||||
namespace CPlusPlus { class CppModelManagerInterface; }
|
||||
|
||||
namespace QmlJS { class QrcParser; }
|
||||
|
||||
namespace QmlJSTools {
|
||||
|
||||
namespace Internal {
|
||||
|
||||
class PluginDumper;
|
||||
|
||||
class QMLJSTOOLS_EXPORT ModelManager: public QmlJS::ModelManagerInterface
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user