Replace forward declaration with import

This commit is contained in:
Luis Ángel San Martín 2021-10-03 12:37:58 +02:00
parent e91481d0c3
commit 2cdd53c316

View File

@ -2,11 +2,11 @@
#define YACREADER_LOCAL_CLIENT_H
#include "yacreader_global.h"
#include "comic_db.h"
#include <QObject>
class QLocalSocket;
class ComicDB;
class YACReaderLocalClient : public QObject
{