mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-25 23:51:33 +08:00
DockManager stateChanged signal introduced(part1)
Can be helpful to reconnect to area signals
This commit is contained in:
parent
8eceed9aa3
commit
7b4a19b943
@ -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
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user