mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-09 04:20:42 +00:00
chat: don't use incomplete types with signals/slots/Q_INVOKABLE (#2408)
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "chatllm.h"
|
||||
#include "database.h"
|
||||
|
||||
#include <QHttpServerRequest>
|
||||
#include <QHttpServerResponse>
|
||||
#include <QObject>
|
||||
#include <QList>
|
||||
@@ -11,7 +12,6 @@
|
||||
|
||||
class Chat;
|
||||
class QHttpServer;
|
||||
class QHttpServerRequest;
|
||||
|
||||
class Server : public ChatLLM
|
||||
{
|
||||
|
Reference in New Issue
Block a user