File indexing completed on 2025-02-16 04:57:36
0001 /* 0002 SPDX-FileCopyrightText: 2010 Klaralvdalens Datakonsult AB, a KDAB Group company, info@kdab.com 0003 SPDX-FileCopyrightText: 2010 Leo Franchi <lfranchi@kde.org> 0004 0005 SPDX-License-Identifier: LGPL-2.0-or-later 0006 */ 0007 0008 #include "setupenv.h" 0009 0010 #include <QStandardPaths> 0011 0012 void MimeTreeParser::Test::setupEnv() 0013 { 0014 qputenv("LC_ALL", "en_US.UTF-8"); 0015 QStandardPaths::setTestModeEnabled(true); 0016 }