mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-30 19:37:15 -05:00
Small fixes in Application.
This commit is contained in:
parent
b5249d196d
commit
76eb935024
3 changed files with 6 additions and 12 deletions
|
|
@ -53,7 +53,7 @@ int main(int argc, char** argv)
|
|||
MainWindow mainWindow;
|
||||
mainWindow.show();
|
||||
|
||||
QObject::connect(&app, SIGNAL(openDatabase(QString)), &mainWindow, SLOT(openDatabase(QString)));
|
||||
QObject::connect(&app, SIGNAL(openFile(QString)), &mainWindow, SLOT(openDatabase(QString)));
|
||||
|
||||
if (!filename.isEmpty()) {
|
||||
mainWindow.openDatabase(filename, password, QString());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue