mirror of
https://github.com/YACReader/yacreader
synced 2026-03-01 18:33:09 -05:00
Move #include "folder_model.h" where it's actually used
This commit is contained in:
@ -5,8 +5,6 @@
|
|||||||
#include <QtSql>
|
#include <QtSql>
|
||||||
#include <QSqlDatabase>
|
#include <QSqlDatabase>
|
||||||
|
|
||||||
#include "folder_model.h"
|
|
||||||
|
|
||||||
class ComicsInfoExporter : public QThread
|
class ComicsInfoExporter : public QThread
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|||||||
@ -17,6 +17,8 @@
|
|||||||
#include "pdf_comic.h"
|
#include "pdf_comic.h"
|
||||||
#include "yacreader_global.h"
|
#include "yacreader_global.h"
|
||||||
|
|
||||||
|
#include "folder_model.h"
|
||||||
|
|
||||||
#include "QsLog.h"
|
#include "QsLog.h"
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|||||||
Reference in New Issue
Block a user