From c0fb261ea49f638b49ed68c5eb5385c11ab8d407 Mon Sep 17 00:00:00 2001 From: Lubos Dolezel Date: Thu, 11 Jun 2015 11:44:00 +0200 Subject: Fix a regression in #13 --- src/gui/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 9e0e495..9c9762f 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -254,7 +254,7 @@ void t_gui::do_dnd(bool show_status, bool toggle, bool enable) { return; } - QMetaObject::invokeMethod(this, "do_dnd", Q_ARG(bool, toggle), Q_ARG(bool, enable)); + QMetaObject::invokeMethod(this, "gui_do_dnd", Q_ARG(bool, toggle), Q_ARG(bool, enable)); } void t_gui::do_auto_answer(bool show_status, bool toggle, bool enable) { -- cgit v1.2.3