Skip to content

Commit

Permalink
fixed initialization sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
memurats committed Oct 25, 2024
1 parent dc44a6d commit e0653a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/selectivesyncdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ class SelectiveSyncTreeViewItem : public QTreeWidgetItem

SelectiveSyncWidget::SelectiveSyncWidget(AccountPtr account, QWidget *parent)
: QWidget(parent)
, _account(account)
, _folderTree(new QTreeWidget(this))
, _account(account)
{
_loading = new QLabel(tr("Loading …"), _folderTree);

Expand Down

0 comments on commit e0653a6

Please sign in to comment.