mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-04 01:54:49 +00:00
Forgot to add a signal handler.
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user