mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 01:15:07 -04:00
added "Complete/NotComplete" status to folders, now the user can track if he/she has all the comics of a certain collection
This commit is contained in:
12
common/custom_widgets.h
Normal file
12
common/custom_widgets.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef __CUSTOM_WIDGETS_H
|
||||
#define __CUSTOM_WIDGETS_H
|
||||
|
||||
class QDir;
|
||||
|
||||
void delTree(QDir dir);
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user