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