mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Added qmake project files / standardized #includes
This commit is contained in:
@@ -116,6 +116,7 @@ namespace BlackMisc
|
||||
{
|
||||
m_configfile = filename;
|
||||
m_separator = separator;
|
||||
Q_UNUSED(isRelative);
|
||||
}
|
||||
|
||||
bool CConfig::load()
|
||||
@@ -224,7 +225,7 @@ namespace BlackMisc
|
||||
|
||||
void CConfig::update(const QString &key, const CValue &value)
|
||||
{
|
||||
|
||||
m_value_map[key] = value;
|
||||
}
|
||||
|
||||
void CConfig::display()
|
||||
|
||||
Reference in New Issue
Block a user