mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-09-16 19:04:54 -04:00
Remove Config::createTempFileInstance
This commit is contained in:
parent
fcb32efd05
commit
37ddbb3cd2
12 changed files with 63 additions and 39 deletions
|
@ -66,7 +66,9 @@ void TestCli::initTestCase()
|
|||
{
|
||||
QVERIFY(Crypto::init());
|
||||
|
||||
Config::createTempFileInstance();
|
||||
// Create temporary config file
|
||||
Config::createConfigFromFile(TemporaryFile::createTempConfigFile(), {});
|
||||
|
||||
QLocale::setDefault(QLocale::c());
|
||||
Bootstrap::bootstrap();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue