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