Forgot to add a signal handler.

pull/1032/head
Adam Treat 1 year ago committed by AT
parent a39a897e34
commit d5f56d3308

@ -71,6 +71,7 @@ Server::Server(Chat *chat)
, m_server(nullptr)
{
connect(this, &Server::threadStarted, this, &Server::start);
connect(this, &Server::databaseResultsChanged, this, &Server::handleDatabaseResultsChanged);
}
Server::~Server()

Loading…
Cancel
Save