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:
@ -160,8 +160,6 @@ private:
|
||||
qulonglong sourceId;
|
||||
|
||||
signals:
|
||||
void beforeReset();
|
||||
void reset();
|
||||
void isEmpty();
|
||||
void searchNumResults(int);
|
||||
void resortedIndexes(QList<int>);
|
||||
|
Reference in New Issue
Block a user