From 2fb8367b6d1e8156f91f531bc752d8de13b8bc13 Mon Sep 17 00:00:00 2001 From: Alexandre Lision <alexandre.lision@savoirfairelinux.com> Date: Mon, 2 Mar 2015 11:51:49 -0500 Subject: [PATCH] qtwrapper: remove historyChanged signal API removed from daemon Refs #65650 --- src/qtwrapper/configurationmanager_wrap.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/qtwrapper/configurationmanager_wrap.h b/src/qtwrapper/configurationmanager_wrap.h index 4de404a5..29815b60 100644 --- a/src/qtwrapper/configurationmanager_wrap.h +++ b/src/qtwrapper/configurationmanager_wrap.h @@ -70,12 +70,6 @@ public: emit this->accountsChanged(); }); }), - exportable_callback<ConfigurationSignal::HistoryChanged>( - [this] () { - QTimer::singleShot(0, [this] { - emit this->historyChanged(); - }); - }), exportable_callback<ConfigurationSignal::StunStatusFailed>( [this] (const std::string &reason) { QTimer::singleShot(0, [this, reason] { -- GitLab