mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
Use C++11 keyword directly in new methods.
This commit is contained in:
parent
71d4cb781d
commit
bfae81ec70
4 changed files with 6 additions and 6 deletions
|
@ -623,7 +623,7 @@ void MainWindow::repairDatabase()
|
|||
if (dialog->exec() == QDialog::Accepted && dbRepairWidget->database()) {
|
||||
QString saveFileName = fileDialog()->getSaveFileName(this, tr("Save repaired database"), QString(),
|
||||
tr("KeePass 2 Database").append(" (*.kdbx)"),
|
||||
Q_NULLPTR, 0, "kdbx");
|
||||
nullptr, 0, "kdbx");
|
||||
|
||||
if (!saveFileName.isEmpty()) {
|
||||
KeePass2Writer writer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue