mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-05 10:30:29 +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:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "chatllm.h"
|
||||
#include "chatmodel.h"
|
||||
#include "database.h" // IWYU pragma: keep
|
||||
#include "localdocsmodel.h" // IWYU pragma: keep
|
||||
#include "modellist.h"
|
||||
|
||||
@@ -13,7 +14,6 @@
|
||||
#include <QtGlobal>
|
||||
|
||||
class QDataStream;
|
||||
struct ResultInfo;
|
||||
|
||||
class Chat : public QObject
|
||||
{
|
||||
|
Reference in New Issue
Block a user