mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-30 19:37:15 -05:00
Merge branch '2.0'
This commit is contained in:
commit
dc7b6623a9
18 changed files with 197 additions and 27 deletions
|
|
@ -82,6 +82,7 @@ int main(int argc, char** argv)
|
|||
|
||||
MainWindow mainWindow;
|
||||
mainWindow.show();
|
||||
app.setMainWindow(&mainWindow);
|
||||
|
||||
QObject::connect(&app, SIGNAL(openFile(QString)), &mainWindow, SLOT(openDatabase(QString)));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue