mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-08 20:09:12 +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:
@@ -2,9 +2,16 @@
|
||||
#define SERVER_H
|
||||
|
||||
#include "chatllm.h"
|
||||
#include "database.h"
|
||||
|
||||
#include <QHttpServerResponse>
|
||||
#include <QObject>
|
||||
#include <QtHttpServer/QHttpServer>
|
||||
#include <QList>
|
||||
#include <QString>
|
||||
|
||||
class Chat;
|
||||
class QHttpServer;
|
||||
class QHttpServerRequest;
|
||||
|
||||
class Server : public ChatLLM
|
||||
{
|
||||
|
Reference in New Issue
Block a user