mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Database Models: Remove obsolete signals
Folder model and comic model contain two signal relais which do not serve any obvious purpose. Remove them.
This commit is contained in:
@ -102,10 +102,6 @@ private:
|
||||
QMap<unsigned long long int, FolderItem *> items; //relación entre folders
|
||||
|
||||
QString _databasePath;
|
||||
|
||||
signals:
|
||||
void beforeReset();
|
||||
void reset();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user