Skip to content
Snippets Groups Projects
Commit 2fb8367b authored by Alexandre Lision's avatar Alexandre Lision
Browse files

qtwrapper: remove historyChanged signal

API removed from daemon

Refs #65650
parent 84bdf884
No related branches found
No related tags found
No related merge requests found
......@@ -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] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment