ui: fixes
* Fixed send ping after changing plugin ports * Fixed can't close EULA window
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user