mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-14 14:31:03 -04:00
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:
parent
3aac16f03e
commit
974d4f5807
7 changed files with 54 additions and 11 deletions
|
@ -58,6 +58,11 @@ MainWindow::~MainWindow()
|
|||
{
|
||||
}
|
||||
|
||||
void MainWindow::openDatabase(const QString& fileName, const QString& pw, const QString& keyFile)
|
||||
{
|
||||
m_ui->tabWidget->openDatabase(fileName, pw, keyFile);
|
||||
}
|
||||
|
||||
const QString MainWindow::m_baseWindowTitle = "KeePassX";
|
||||
|
||||
void MainWindow::setMenuActionState(int index)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue