Remove unused signal
This commit is contained in:
@@ -163,8 +163,6 @@ void Controller::addConnection(NeoChatConnection *c)
|
|||||||
c->setLazyLoading(true);
|
c->setLazyLoading(true);
|
||||||
|
|
||||||
connect(c, &NeoChatConnection::syncDone, this, [this, c] {
|
connect(c, &NeoChatConnection::syncDone, this, [this, c] {
|
||||||
Q_EMIT syncDone();
|
|
||||||
|
|
||||||
c->sync(30000);
|
c->sync(30000);
|
||||||
c->saveState();
|
c->saveState();
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -141,7 +141,6 @@ private Q_SLOTS:
|
|||||||
|
|
||||||
Q_SIGNALS:
|
Q_SIGNALS:
|
||||||
void errorOccured(const QString &error, const QString &detail);
|
void errorOccured(const QString &error, const QString &detail);
|
||||||
void syncDone();
|
|
||||||
void connectionAdded(NeoChatConnection *connection);
|
void connectionAdded(NeoChatConnection *connection);
|
||||||
void connectionDropped(NeoChatConnection *connection);
|
void connectionDropped(NeoChatConnection *connection);
|
||||||
void initiated();
|
void initiated();
|
||||||
|
|||||||
Reference in New Issue
Block a user