ui: fixes

* Fixed send ping after changing plugin ports
* Fixed can't close EULA window
This commit is contained in:
Eberhard Graether
2017-05-30 11:55:01 +02:00
parent 7d5d19fde7
commit 561284ef5a
4 changed files with 22 additions and 24 deletions
@@ -23,10 +23,11 @@ void QtIDECommunicationController::startListening()
m_tcpWrapper.setServerPort(appSettings->getSourcetrailPort());
m_tcpWrapper.setClientPort(appSettings->getPluginPort());
m_tcpWrapper.startListening();
sendUpdatePing();
}
);
sendInitialPing();
}
void QtIDECommunicationController::stopListening()