Fixes cases where actualTitleBarChanged() wasn't emitted
This commit is contained in:
@@ -467,6 +467,9 @@ Q_SIGNALS:
|
||||
/// have it's 'activeWindow' property updated yet at this point.
|
||||
void windowActiveAboutToChange(bool activated);
|
||||
|
||||
///@brief Emitted when the title bar that serves this dock widget changes
|
||||
void actualTitleBarChanged();
|
||||
|
||||
protected:
|
||||
void onParentChanged();
|
||||
void onShown(bool spontaneous);
|
||||
|
||||
Reference in New Issue
Block a user