--- a/src/ldpaths.h Thu Jan 04 19:40:52 2018 +0200 +++ b/src/ldpaths.h Thu Jan 04 19:44:26 2018 +0200 @@ -27,9 +27,9 @@ Q_OBJECT public: - LDPaths (QObject* parent = nullptr); + LDPaths(QObject* parent = nullptr); void checkPaths(); - bool isValid (const class QDir& path) const; + bool isValid(const class QDir& path) const; static QDir& baseDir(); static QString& ldConfigPath(); @@ -37,7 +37,7 @@ static QDir& partsDir(); public slots: - bool configurePaths (QString path); + bool configurePaths(QString path); private: mutable QString m_error;