We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eceed9 commit 7b4a19bCopy full SHA for 7b4a19b
src/DockManager.h
@@ -187,6 +187,11 @@ public slots:
187
* This signal is emitted if the list of perspectives changed
188
*/
189
void perspectiveListChanged();
190
+
191
+ /**
192
+ * This signal is emitted if the state changed in restoreState
193
+ */
194
+ void stateChanged();
195
}; // class DockManager
196
} // namespace ads
197
//-----------------------------------------------------------------------------
0 commit comments