Coding style fixes.

This commit is contained in:
Felix Geyer 2012-06-24 11:32:54 +02:00
parent 38d2b124d8
commit f690522725
4 changed files with 2 additions and 5 deletions

View file

@ -38,7 +38,7 @@ public:
private:
Config(const QString& fileName, QObject* parent);
Config(QObject* parent);
explicit Config(QObject* parent);
void init(const QString& fileName);
static Config* m_instance;