forked from qt-creator/qt-creator
Move shared code to a new QmlJSTools plugin.
Reviewed-by: Thomas Hartmann
This commit is contained in:
@@ -42,6 +42,8 @@ ModelManagerInterface::ModelManagerInterface(QObject *parent)
|
||||
|
||||
ModelManagerInterface::~ModelManagerInterface()
|
||||
{
|
||||
Q_ASSERT(g_instance == this);
|
||||
g_instance = 0;
|
||||
}
|
||||
|
||||
ModelManagerInterface *ModelManagerInterface::instance()
|
||||
|
||||
Reference in New Issue
Block a user