Skip to content

Commit 7b4a19b

Browse files
authored
DockManager stateChanged signal introduced(part1)
Can be helpful to reconnect to area signals
1 parent 8eceed9 commit 7b4a19b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/DockManager.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,11 @@ public slots:
187187
* This signal is emitted if the list of perspectives changed
188188
*/
189189
void perspectiveListChanged();
190+
191+
/**
192+
* This signal is emitted if the state changed in restoreState
193+
*/
194+
void stateChanged();
190195
}; // class DockManager
191196
} // namespace ads
192197
//-----------------------------------------------------------------------------

0 commit comments

Comments
 (0)