forked from qt-creator/qt-creator
Start on some cleanup of EditorManager API and usage.
This commit is contained in:
@@ -55,8 +55,6 @@ Q_DECLARE_METATYPE(Core::FileManager*)
|
||||
Q_DECLARE_METATYPE(Core::IFile*)
|
||||
Q_DECLARE_METATYPE(QList<Core::IFile*>)
|
||||
Q_DECLARE_METATYPE(QList<Core::IEditor*>)
|
||||
Q_DECLARE_METATYPE(Core::EditorGroup*)
|
||||
Q_DECLARE_METATYPE(QList<Core::EditorGroup*>)
|
||||
Q_DECLARE_METATYPE(Core::EditorManager*)
|
||||
Q_DECLARE_METATYPE(Core::ICore*)
|
||||
|
||||
|
||||
@@ -246,8 +246,6 @@ ScriptManager::QScriptEnginePtr ScriptManagerPrivate::ensureEngineInitialized()
|
||||
|
||||
qScriptRegisterSequenceMetaType<QList<Core::IEditor *> >(m_engine.data());
|
||||
|
||||
qScriptRegisterSequenceMetaType<QList<Core::EditorGroup *> >(m_engine.data());
|
||||
|
||||
// CLASSIC: registerInterfaceWithDefaultPrototype<Core::MessageManager, MessageManagerPrototype>(m_engine);
|
||||
|
||||
// Message box conveniences
|
||||
|
||||
Reference in New Issue
Block a user