mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
More left side bar png to svg assets conversion
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
#include <QSqlQuery>
|
||||
#include <QSqlDatabase>
|
||||
#include <QUrl>
|
||||
#include <QIcon>
|
||||
|
||||
#include "folder.h"
|
||||
#include "folder_query_result_processor.h"
|
||||
@ -117,6 +118,9 @@ private:
|
||||
QMap<unsigned long long int, FolderItem *> items; // relación entre folders
|
||||
|
||||
QString _databasePath;
|
||||
|
||||
QIcon folderIcon;
|
||||
QIcon folderFinishedIcon;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user