mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Fix Travis build error
This commit is contained in:
@@ -2135,7 +2135,7 @@ void MainWindow::editEncryption()
|
||||
if(fileOpen(db.currentFile()))
|
||||
QFile::remove(db.currentFile() + ".enctempold");
|
||||
} else {
|
||||
QMessageBox::warning(this, qApp->applicationName(), db.lastErrorMessage);
|
||||
QMessageBox::warning(this, qApp->applicationName(), db.lastError());
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user