mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-09 12:29:56 +00:00
chat: fix #includes with include-what-you-use (#2401)
Also use qGuiApp instead of qApp. Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
@@ -3,16 +3,26 @@
|
||||
|
||||
#include <QElapsedTimer>
|
||||
#include <QFileInfo>
|
||||
#include <QFileSystemWatcher>
|
||||
#include <QLatin1String>
|
||||
#include <QList>
|
||||
#include <QMap>
|
||||
#include <QObject>
|
||||
#include <QQueue>
|
||||
#include <QString>
|
||||
#include <QThread>
|
||||
#include <QVector>
|
||||
#include <QtGlobal>
|
||||
#include <QtSql>
|
||||
|
||||
#include "embllm.h"
|
||||
#include <cstddef>
|
||||
|
||||
class EmbeddingLLM;
|
||||
class Embeddings;
|
||||
class QFileSystemWatcher;
|
||||
class QSqlError;
|
||||
class QTextStream;
|
||||
class QTimer;
|
||||
struct EmbeddingResult;
|
||||
|
||||
struct DocumentInfo
|
||||
{
|
||||
|
Reference in New Issue
Block a user