Fixed emission perspectiveListChanged signal after loading of perspective list and added perspectiveListLoaded signal
This commit is contained in:
@@ -912,6 +912,8 @@ void CDockManager::loadPerspectives(QSettings& Settings)
|
||||
}
|
||||
|
||||
Settings.endArray();
|
||||
Q_EMIT perspectiveListChanged();
|
||||
Q_EMIT perspectiveListLoaded();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user