mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
Forgot to add a signal handler.
This commit is contained in:
parent
a39a897e34
commit
d5f56d3308
@ -71,6 +71,7 @@ Server::Server(Chat *chat)
|
|||||||
, m_server(nullptr)
|
, m_server(nullptr)
|
||||||
{
|
{
|
||||||
connect(this, &Server::threadStarted, this, &Server::start);
|
connect(this, &Server::threadStarted, this, &Server::start);
|
||||||
|
connect(this, &Server::databaseResultsChanged, this, &Server::handleDatabaseResultsChanged);
|
||||||
}
|
}
|
||||||
|
|
||||||
Server::~Server()
|
Server::~Server()
|
||||||
|
Loading…
Reference in New Issue
Block a user