From 62ca8c07fdf8aed43c499476acc6aca7331d258f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 16 Jan 2018 04:16:20 +0100 Subject: gui: don't export the main window --- gui/main-window.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/main-window.hpp') 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 -- cgit v1.2.3