diff options
author | Jarek Kobus <[email protected]> | 2022-07-19 17:30:59 +0200 |
---|---|---|
committer | Jarek Kobus <[email protected]> | 2022-07-20 13:52:05 +0000 |
commit | 2e4188900f4c8369a829f61462679d8a7b5907f8 (patch) | |
tree | 8d456d2f7a9aa73726dbcc80fa770fd61c791cea /src/libs/utils/fancymainwindow.h | |
parent | cfd002ebf04a164d75f1c5bbfc5d611be052ffdd (diff) |
FancyMainWindow: Avoid using sender()
Pass a context object to visibilityChanged() connection.
Change-Id: Ic146c443c21ac7ee56f16aa84d71186f23dd31da
Reviewed-by: Eike Ziller <[email protected]>
Reviewed-by: <[email protected]>
Diffstat (limited to 'src/libs/utils/fancymainwindow.h')
-rw-r--r-- | src/libs/utils/fancymainwindow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs/utils/fancymainwindow.h b/src/libs/utils/fancymainwindow.h index 4424b1c8bbf..a7c294c0fc3 100644 --- a/src/libs/utils/fancymainwindow.h +++ b/src/libs/utils/fancymainwindow.h @@ -85,8 +85,6 @@ protected: void contextMenuEvent(QContextMenuEvent *event) override; private: - void onDockActionTriggered(); - void handleVisibilityChanged(bool visible); FancyMainWindowPrivate *d; |