mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
prefer initialization of attribute inline
done with clang-tidy run-clang-tidy -p build -config="{Checks: '*', CheckOptions: [{key: UseAssignment, value: true}]}" -checks='-*,modernize-use-default-member-init' -fix Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
d2f5c6a5c7
commit
82b062d2e9
1 changed files with 0 additions and 1 deletions
|
@ -481,7 +481,6 @@ qint64 SelectiveSyncWidget::estimatedSize(QTreeWidgetItem *root)
|
|||
SelectiveSyncDialog::SelectiveSyncDialog(AccountPtr account, Folder *folder, QWidget *parent, Qt::WindowFlags f)
|
||||
: QDialog(parent, f)
|
||||
, _folder(folder)
|
||||
, _okButton(nullptr) // defined in init()
|
||||
{
|
||||
bool ok = false;
|
||||
init(account);
|
||||
|
|
Loading…
Reference in a new issue