aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-05-25 08:11:45 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-05-25 08:11:45 +0200
commitec102d766a4a36cc661567e80fa7bd78296d9ec1 (patch)
treee5b18834881198a032bd99aff58f2c030a661c79 /src/mainwindow.h
parentImproved filter rules (diff)
downloadsmolbote-ec102d766a4a36cc661567e80fa7bd78296d9ec1.tar.xz
Added fullscreen toggle
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
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;