diff options
author | Ken Moore <ken@ixsystems.com> | 2017-06-29 10:41:12 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-06-29 10:41:12 -0400 |
commit | f7ef0f0a21d56e3c9c946c6f4010a713835c8cbe (patch) | |
tree | 5346db8ca342e4b37a8add733f55122264c6cd37 /src-qt5/core/libLumina/RootSubWindow.h | |
parent | Add the ability to change the "Size" property for windows. (diff) | |
download | lumina-f7ef0f0a21d56e3c9c946c6f4010a713835c8cbe.tar.gz lumina-f7ef0f0a21d56e3c9c946c6f4010a713835c8cbe.tar.bz2 lumina-f7ef0f0a21d56e3c9c946c6f4010a713835c8cbe.zip |
Make sure the global position of a window is/can be set as needed.
Diffstat (limited to 'src-qt5/core/libLumina/RootSubWindow.h')
-rw-r--r-- | src-qt5/core/libLumina/RootSubWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/libLumina/RootSubWindow.h b/src-qt5/core/libLumina/RootSubWindow.h index e1b992c9..cb502107 100644 --- a/src-qt5/core/libLumina/RootSubWindow.h +++ b/src-qt5/core/libLumina/RootSubWindow.h @@ -78,7 +78,7 @@ protected: //void hideEvent(QHideEvent *ev); void resizeEvent(QResizeEvent *ev); //void showEvent(QShowEvent *ev); - //void moveEvent(QMoveEvent *ev); + void moveEvent(QMoveEvent *ev); }; |