From ec102d766a4a36cc661567e80fa7bd78296d9ec1 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 25 May 2017 08:11:45 +0200 Subject: Added fullscreen toggle --- src/mainwindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index a2f365c..059da02 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -53,6 +53,8 @@ public slots: void loadProfile(const QString name = ""); + void toggleFullscreen(); + protected: void closeEvent(QCloseEvent *event) override; -- cgit v1.2.1