From 9d586aec3a5615377e389318e97e7d756c970c96 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Sun, 6 Aug 2017 22:12:08 +0200 Subject: Make sure QtLooper doesn't use QSocketNotifier before QApplication is created --- src/monitor-gui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/monitor-gui.cc') diff --git a/src/monitor-gui.cc b/src/monitor-gui.cc index 7cb6ab3..66c5e43 100644 --- a/src/monitor-gui.cc +++ b/src/monitor-gui.cc @@ -673,7 +673,7 @@ public: main_(GuiMain::create(APP_TITLE, 800, 500)), menu_(GuiMenu::create()), statusbar_(GuiStatusBar::create()), - looper_(main_->createLooper()), + looper_(main_->create_looper()), has_selection_(false), has_related_(false), selection_(0), -- cgit v1.2.3-70-g09d2