Merge pull request #556 from ivaradi/qaction

Provide parent to QAction
This commit is contained in:
Camila Ayres 2018-08-14 21:10:56 +02:00 committed by GitHub
commit fa5143a66d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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