mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-23 00:10:37 -05:00
parent
4807ec3368
commit
05c41c083e
11 changed files with 170 additions and 19 deletions
|
|
@ -26,7 +26,7 @@
|
|||
#include "keys/FileKey.h"
|
||||
#include "keys/PasswordKey.h"
|
||||
|
||||
DatabaseOpenDialog::DatabaseOpenDialog(QFile* file, QString filename, QWidget* parent)
|
||||
DatabaseOpenDialog::DatabaseOpenDialog(QFile* file, const QString& filename, QWidget* parent)
|
||||
: QDialog(parent)
|
||||
, m_ui(new Ui::DatabaseOpenDialog())
|
||||
, m_db(0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue