From b77eaf6d9c5dad3898da9f1140fd6cc9c576ccc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gannaz?= Date: Mon, 1 Apr 2019 10:37:48 +0200 Subject: [PATCH] Library: reorder initialization of FolderModel --- YACReaderLibrary/db/folder_model.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { }