mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 15:06:08 +03:00
FolderStatusModel: init all private members
This commit is contained in:
parent
6030b4416d
commit
ab23368764
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ namespace OCC {
|
|||
static const char propertyParentIndexC[] = "oc_parentIndex";
|
||||
|
||||
FolderStatusModel::FolderStatusModel(QObject *parent)
|
||||
:QAbstractItemModel(parent), _dirty(false)
|
||||
:QAbstractItemModel(parent), _accountState(0), _dirty(false)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue