DockManager stateChanged signal introduced(part1)

Can be helpful to reconnect to area signals
This commit is contained in:
Opostol
2018-08-10 15:11:57 +03:00
committed by GitHub
parent 8eceed9aa3
commit 7b4a19b943

View File

@@ -187,6 +187,11 @@ signals:
* This signal is emitted if the list of perspectives changed
*/
void perspectiveListChanged();
/**
* This signal is emitted if the state changed in restoreState
*/
void stateChanged();
}; // class DockManager
} // namespace ads
//-----------------------------------------------------------------------------