diff options
Diffstat (limited to 'MainWindow.h')
-rw-r--r-- | MainWindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MainWindow.h b/MainWindow.h index f1539f0..3c45658 100644 --- a/MainWindow.h +++ b/MainWindow.h @@ -77,6 +77,7 @@ private slots: void editUncomment(); void pasteViewportTranslation(); void pasteViewportRotation(); + void hideEditor(); private slots: void actionReloadCompile(); @@ -117,6 +118,7 @@ public slots: void viewCenter(); void viewPerspective(); void viewOrthogonal(); + void hideConsole(); void animateUpdateDocChanged(); void animateUpdate(); void dragEnterEvent(QDragEnterEvent *event); |