Library: reorder initialization of FolderModel

This commit is contained in:
François Gannaz 2019-04-01 10:37:48 +02:00
parent 9c3720ceb9
commit b77eaf6d9c

View File

@ -621,7 +621,7 @@ void FolderModel::updateFolderChildrenInfo(qulonglong folderId)
//PROXY
FolderModelProxy::FolderModelProxy(QObject *parent)
:QSortFilterProxyModel(parent),rootItem(0),filterEnabled(false),filter(""),includeComics(true)
:QSortFilterProxyModel(parent),rootItem(0),includeComics(true),filter(""),filterEnabled(false)
{
}