diff --git a/YACReaderLibrary/db/folder_model.cpp b/YACReaderLibrary/db/folder_model.cpp index 2cc007c1..69171e5b 100644 --- a/YACReaderLibrary/db/folder_model.cpp +++ b/YACReaderLibrary/db/folder_model.cpp @@ -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) { }