Skip to content

Commit

Permalink
Merge pull request #5148 from nextcloud/bugfix/qdialig-do-not-use-cop…
Browse files Browse the repository at this point in the history
…y-assignment

Do not use copy-assignment of QDialog.
  • Loading branch information
allexzander authored Nov 9, 2022
2 parents ae6cd7c + 4b6ce9f commit 16f6a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/accountsettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ void AccountSettings::slotSetSubFolderAvailability(Folder *folder, const QString

void AccountSettings::displayMnemonic(const QString &mnemonic)
{
auto widget = QDialog(this);
QDialog widget;
Ui_Dialog ui;
ui.setupUi(&widget);
widget.setWindowTitle(tr("End-to-End encryption mnemonic"));
Expand Down

0 comments on commit 16f6a7e

Please sign in to comment.