mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 17:18:23 -04:00
Library: reorder initialization of FolderModel
This commit is contained in:
parent
9c3720ceb9
commit
b77eaf6d9c
@ -621,7 +621,7 @@ void FolderModel::updateFolderChildrenInfo(qulonglong folderId)
|
|||||||
//PROXY
|
//PROXY
|
||||||
|
|
||||||
FolderModelProxy::FolderModelProxy(QObject *parent)
|
FolderModelProxy::FolderModelProxy(QObject *parent)
|
||||||
:QSortFilterProxyModel(parent),rootItem(0),filterEnabled(false),filter(""),includeComics(true)
|
:QSortFilterProxyModel(parent),rootItem(0),includeComics(true),filter(""),filterEnabled(false)
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user