-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More initialisation order fixes, plus filename fix for Windows
- Loading branch information
Matt Young
committed
Apr 8, 2024
1 parent
dbbb1c6
commit 2406fec
Showing
3 changed files
with
68 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/*====================================================================================================================== | ||
* database/Database.h is part of Brewken, and is copyright the following authors 2009-2022: | ||
* database/Database.h is part of Brewken, and is copyright the following authors 2009-2024: | ||
* • Aidan Roberts <[email protected]> | ||
* • A.J. Drobnich <[email protected]> | ||
* • Brian Rower <[email protected]> | ||
|
@@ -120,7 +120,7 @@ class Database { | |
static char const * getDefaultBackupFileName(); | ||
|
||
//! backs up database to chosen file | ||
bool backupToFile(QString newDbFileName); | ||
bool backupToFile(QString const & newDbFileName); | ||
|
||
//! backs up database to 'dir' in chosen directory | ||
bool backupToDir(QString dir, QString filename=""); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters