From ce19cf9c61bfe241e736ab28c7dbb01a08325d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sat, 1 Apr 2017 17:06:29 +0200 Subject: Fix closing of MainWindow. --- plugingui/mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/mainwindow.h') diff --git a/plugingui/mainwindow.h b/plugingui/mainwindow.h index 89e323a..4b5dad1 100644 --- a/plugingui/mainwindow.h +++ b/plugingui/mainwindow.h @@ -51,10 +51,10 @@ public: //! Notify when window is closing. Notifier<> closeNotifier; + void closeEventHandler(); private: void sizeChanged(std::size_t width, std::size_t height); - void closeEventHandler(); // From Widget void repaintEvent(RepaintEvent* repaintEvent) override final; -- cgit v1.2.3