forked from qt-creator/qt-creator
Debugger: Export Debugger::createModeWindow()
For re-use in the GammaRay integration plugin. Change-Id: I3fa1ad10645628a05bcd1248a50f23ac3d47a243 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -135,6 +135,6 @@ private:
|
|||||||
QHash<QByteArray, Perspective> m_perspectiveForPerspectiveId;
|
QHash<QByteArray, Perspective> m_perspectiveForPerspectiveId;
|
||||||
};
|
};
|
||||||
|
|
||||||
QWidget *createModeWindow(const Core::Id &mode, DebuggerMainWindow *mainWindow, QWidget *central);
|
DEBUGGER_EXPORT QWidget *createModeWindow(const Core::Id &mode, DebuggerMainWindow *mainWindow, QWidget *central);
|
||||||
|
|
||||||
} // Utils
|
} // Utils
|
||||||
|
|||||||
Reference in New Issue
Block a user