mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
qInfo -> qDebug and missing imports.
This commit is contained in:
parent
007073354f
commit
1458ba6f6f
1 changed files with 4 additions and 1 deletions
|
@ -20,6 +20,8 @@
|
|||
#include <QCoreApplication>
|
||||
#include <QFile>
|
||||
#include <QSaveFile>
|
||||
#include <QStringList>
|
||||
#include <QTextStream>
|
||||
|
||||
#include "core/Database.h"
|
||||
#include "crypto/Crypto.h"
|
||||
|
@ -29,6 +31,7 @@
|
|||
#include "keys/FileKey.h"
|
||||
#include "keys/PasswordKey.h"
|
||||
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
QCoreApplication app(argc, argv);
|
||||
|
@ -113,7 +116,7 @@ int main(int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
qInfo("Successfully merged the database files.\n");
|
||||
qDebug("Successfully merged the database files.\n");
|
||||
return 1;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue