Added qmake project files / standardized #includes

This commit is contained in:
Roland Winklmeier
2013-03-16 18:44:46 +01:00
parent 9b79949eb4
commit f6daa0623e
43 changed files with 577 additions and 61 deletions

View File

@@ -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()