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:
Felix Kauselmann
2021-06-23 11:33:58 +02:00
parent 76ab23b776
commit a623dfb133
4 changed files with 0 additions and 10 deletions

View File

@ -102,10 +102,6 @@ private:
QMap<unsigned long long int, FolderItem *> items; //relación entre folders
QString _databasePath;
signals:
void beforeReset();
void reset();
};
#endif