mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 11:04:25 -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:
@ -56,8 +56,6 @@ void drawMacOSXFinishedFolderIcon()
|
||||
FolderModel::FolderModel(QObject *parent)
|
||||
: QAbstractItemModel(parent), rootItem(0)
|
||||
{
|
||||
connect(this, SIGNAL(beforeReset()), this, SIGNAL(modelAboutToBeReset()));
|
||||
connect(this, SIGNAL(reset()), this, SIGNAL(modelReset()));
|
||||
}
|
||||
|
||||
FolderModel::FolderModel(QSqlQuery &sqlquery, QObject *parent)
|
||||
|
Reference in New Issue
Block a user