Allow passing a filename and password on the command line.
Passing passwords on the command line is not exactly best practice but will greatly improve development productivity.
This commit is contained in:
@@ -38,6 +38,7 @@ public:
|
||||
explicit DatabaseOpenDialog(QFile* file, QString filename, QWidget* parent = 0);
|
||||
~DatabaseOpenDialog();
|
||||
Database* database();
|
||||
void enterKey(const QString& pw, const QString& keyFile);
|
||||
|
||||
private Q_SLOTS:
|
||||
void openDatabase();
|
||||
|
||||
Reference in New Issue
Block a user