Fixes cases where actualTitleBarChanged() wasn't emitted

This commit is contained in:
Sergio Martins
2021-03-01 23:02:56 +00:00
parent b58d766d54
commit d01228d9ff
4 changed files with 9 additions and 4 deletions

View File

@@ -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);