Home
last modified time | relevance | path

Searched refs:campaignDescFile (Results 1 – 2 of 2) sorted by relevance

/dports/games/hedgewars-server/hedgewars-src-1.0.0/QTfrontend/
H A Dcampaign.cpp101 QString campaignDescFile = QString("physfs://Locale/campaigns_" + loc + ".txt"); in getCampMetaInfo() local
103 if (!QFile::exists(campaignDescFile)) in getCampMetaInfo()
104 campaignDescFile = QString("physfs://Locale/campaigns_" + loc.remove(QRegExp("_.*$")) + ".txt"); in getCampMetaInfo()
107 if (!QFile::exists(campaignDescFile)) in getCampMetaInfo()
108 campaignDescFile = QString("physfs://Locale/campaigns_en.txt"); in getCampMetaInfo()
110 QSettings* m_info = new QSettings(campaignDescFile, QSettings::IniFormat, 0); in getCampMetaInfo()
/dports/games/hedgewars/hedgewars-src-1.0.0/QTfrontend/
H A Dcampaign.cpp101 QString campaignDescFile = QString("physfs://Locale/campaigns_" + loc + ".txt"); in getCampMetaInfo() local
103 if (!QFile::exists(campaignDescFile)) in getCampMetaInfo()
104 campaignDescFile = QString("physfs://Locale/campaigns_" + loc.remove(QRegExp("_.*$")) + ".txt"); in getCampMetaInfo()
107 if (!QFile::exists(campaignDescFile)) in getCampMetaInfo()
108 campaignDescFile = QString("physfs://Locale/campaigns_en.txt"); in getCampMetaInfo()
110 QSettings* m_info = new QSettings(campaignDescFile, QSettings::IniFormat, 0); in getCampMetaInfo()