Skip to content

Commit

Permalink
always store monitored backup file in 'SimpleCrypt' format
Browse files Browse the repository at this point in the history
  • Loading branch information
asashnov committed Jul 27, 2018
1 parent e1f3298 commit 617ab63
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/DbBackupsTrackerController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,15 +160,7 @@ void DbBackupsTrackerController::askForExportBackup()

void DbBackupsTrackerController::exportDbBackup()
{
QString format;
try
{
format = dbBackupsTracker.getTrackedBackupFileFormat();
}
catch (DbBackupsTrackerNoBackupFileSet)
{
format = "SimpleCrypt";
}
QString format = "SimpleCrypt";

window->wantExportDatabase();

Expand Down

0 comments on commit 617ab63

Please sign in to comment.