mirror of
https://github.com/YACReader/yacreader
synced 2025-07-24 16:05:01 -04:00
separadas en ficheros todas las clases que habia en custom_widgets.h/.cpp
eliminado c?digo que ya no se usaba en custom_widgets.h/.cpp
This commit is contained in:
@ -3,7 +3,6 @@
|
||||
|
||||
#include <QList>
|
||||
#include <QVariant>
|
||||
#include "comic_db.h"
|
||||
|
||||
//! [0]
|
||||
class TableItem
|
||||
|
@ -6,6 +6,7 @@
|
||||
#include "tablemodel.h"
|
||||
#include "data_base_management.h"
|
||||
#include "qnaturalsorting.h"
|
||||
#include "comic_db.h"
|
||||
|
||||
//ci.number,ci.title,c.fileName,ci.numPages,c.id,c.parentId,c.path,ci.hash,ci.read
|
||||
#define NUMBER 0
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include <QSqlQuery>
|
||||
#include <QSqlDatabase>
|
||||
|
||||
#include "comic_db.h"
|
||||
class ComicDB;
|
||||
|
||||
class TableItem;
|
||||
|
||||
|
Reference in New Issue
Block a user