aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/RootSubWindow.h
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-07-18 19:04:05 -0400
committerKen Moore <ken@ixsystems.com>2017-07-18 19:04:05 -0400
commitf998c3ad846ac75776cb2cf5207968cfe90dc25d (patch)
treec33a0a323e0d2bac738fa54420055ab6dbb429a2 /src-qt5/core/libLumina/RootSubWindow.h
parentGet the resize/movement functionality all finished. (diff)
downloadlumina-f998c3ad846ac75776cb2cf5207968cfe90dc25d.tar.gz
lumina-f998c3ad846ac75776cb2cf5207968cfe90dc25d.tar.bz2
lumina-f998c3ad846ac75776cb2cf5207968cfe90dc25d.zip
Clean up a bit of debugging and such
Diffstat (limited to 'src-qt5/core/libLumina/RootSubWindow.h')
-rw-r--r--src-qt5/core/libLumina/RootSubWindow.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src-qt5/core/libLumina/RootSubWindow.h b/src-qt5/core/libLumina/RootSubWindow.h
index 9c86e2bf..de6aba89 100644
--- a/src-qt5/core/libLumina/RootSubWindow.h
+++ b/src-qt5/core/libLumina/RootSubWindow.h
@@ -85,9 +85,6 @@ protected:
void mouseReleaseEvent(QMouseEvent*);
void leaveEvent(QEvent *ev);
- //void hideEvent(QHideEvent *ev);
- void resizeEvent(QResizeEvent *ev);
- //void showEvent(QShowEvent *ev);
void moveEvent(QMoveEvent *ev);
bgstack15