mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Replace forward declaration with import
This commit is contained in:
parent
e91481d0c3
commit
2cdd53c316
@ -2,11 +2,11 @@
|
|||||||
#define YACREADER_LOCAL_CLIENT_H
|
#define YACREADER_LOCAL_CLIENT_H
|
||||||
|
|
||||||
#include "yacreader_global.h"
|
#include "yacreader_global.h"
|
||||||
|
#include "comic_db.h"
|
||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
class QLocalSocket;
|
class QLocalSocket;
|
||||||
class ComicDB;
|
|
||||||
|
|
||||||
class YACReaderLocalClient : public QObject
|
class YACReaderLocalClient : public QObject
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user