forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.3' into 4.4
Change-Id: Ifb1dcc847ba4b32a79b349955fad5207e402cb7b
This commit is contained in:
@@ -3569,6 +3569,11 @@ void registerPerspective(const QByteArray &perspectiveId, const Perspective *per
|
||||
dd->m_mainWindow->registerPerspective(perspectiveId, perspective);
|
||||
}
|
||||
|
||||
void setPerspectiveEnabled(const QByteArray &perspectiveId, bool enabled)
|
||||
{
|
||||
dd->m_mainWindow->setPerspectiveEnabled(perspectiveId, enabled);
|
||||
}
|
||||
|
||||
void selectPerspective(const QByteArray &perspectiveId)
|
||||
{
|
||||
if (dd->m_mainWindow->currentPerspective() == perspectiveId)
|
||||
|
||||
Reference in New Issue
Block a user