mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
Provide parent to QAction
This commit is contained in:
parent
f0ef2c27a3
commit
14615855d0
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ SettingsDialog::SettingsDialog(ownCloudGui *gui, QWidget *parent)
|
|||
accountAdded(ai.data());
|
||||
}
|
||||
|
||||
_actionBefore = new QAction;
|
||||
_actionBefore = new QAction(this);
|
||||
_toolBar->addAction(_actionBefore);
|
||||
|
||||
// Adds space between users + activities and general + network actions
|
||||
|
|
Loading…
Reference in a new issue