mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-04 18:11:02 +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:
@@ -1,6 +1,8 @@
|
||||
#ifndef DATABASE_H
|
||||
#define DATABASE_H
|
||||
|
||||
#include "embllm.h" // IWYU pragma: keep
|
||||
|
||||
#include <QElapsedTimer>
|
||||
#include <QFileInfo>
|
||||
#include <QLatin1String>
|
||||
@@ -22,7 +24,6 @@ class QFileSystemWatcher;
|
||||
class QSqlError;
|
||||
class QTextStream;
|
||||
class QTimer;
|
||||
struct EmbeddingResult;
|
||||
|
||||
struct DocumentInfo
|
||||
{
|
||||
|
Reference in New Issue
Block a user