summaryrefslogtreecommitdiffhomepage
path: root/gui/main-window.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-01-16 04:16:20 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-01-16 06:45:51 +0100
commit62ca8c07fdf8aed43c499476acc6aca7331d258f (patch)
treea7d58237a562c66884c596307c26e506e6b485b9 /gui/main-window.hpp
parent790e04b5141c31c28b2a9dceace1fdeef00ebed5 (diff)
gui: don't export the main window
Diffstat (limited to 'gui/main-window.hpp')
-rw-r--r--gui/main-window.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/main-window.hpp b/gui/main-window.hpp
index 4fb64b70..e8863fa4 100644
--- a/gui/main-window.hpp
+++ b/gui/main-window.hpp
@@ -42,7 +42,7 @@
using namespace options;
-class OTR_GUI_EXPORT main_window : public QMainWindow, private State
+class main_window : public QMainWindow, private State
{
Q_OBJECT