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:
Jared Van Bortel
2024-06-04 14:47:11 -04:00
committed by GitHub
parent 55d709862f
commit d3d777bc51
36 changed files with 500 additions and 118 deletions

View File

@@ -1,10 +1,12 @@
#ifndef LOCALDOCS_H
#define LOCALDOCS_H
#include "localdocsmodel.h"
#include "database.h"
#include "localdocsmodel.h" // IWYU pragma: keep
#include <QObject>
#include <QString>
class Database;
class LocalDocs : public QObject
{