Fixed emission perspectiveListChanged signal after loading of perspective list and added perspectiveListLoaded signal

This commit is contained in:
Uwe Kindler
2021-04-13 07:05:17 +02:00
parent 6179832a2b
commit ffa0105d3e
4 changed files with 12 additions and 3 deletions

View File

@@ -912,6 +912,8 @@ void CDockManager::loadPerspectives(QSettings& Settings)
}
Settings.endArray();
Q_EMIT perspectiveListChanged();
Q_EMIT perspectiveListLoaded();
}