mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-02 06:36:07 -04:00
Set test locale to C
This commit is contained in:
parent
7d0dc67180
commit
63b18084ac
10 changed files with 15 additions and 14 deletions
|
@ -87,6 +87,7 @@ void TestGui::initTestCase()
|
|||
{
|
||||
QVERIFY(Crypto::init());
|
||||
Config::createTempFileInstance();
|
||||
QLocale::setDefault(QLocale::c());
|
||||
Application::bootstrap();
|
||||
|
||||
m_mainWindow.reset(new MainWindow());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue