Move #include "folder_model.h" where it's actually used

This commit is contained in:
luisangelsm
2026-02-19 21:07:28 +01:00
parent 76860ae6c4
commit 3eaacaf6a7
2 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,6 @@
#include <QtSql>
#include <QSqlDatabase>
#include "folder_model.h"
class ComicsInfoExporter : public QThread
{
Q_OBJECT

View File

@ -17,6 +17,8 @@
#include "pdf_comic.h"
#include "yacreader_global.h"
#include "folder_model.h"
#include "QsLog.h"
#include <algorithm>