--- a/src/ldpaths.h Sat Oct 24 13:19:27 2015 +0300 +++ b/src/ldpaths.h Wed Nov 18 19:05:22 2015 +0200 @@ -22,12 +22,12 @@ class QDir; class MainWindow; -class LDPaths : public QObject, public HierarchyElement +class LDPaths : public QObject { Q_OBJECT public: - LDPaths (QObject* parent); + LDPaths (QObject* parent = nullptr); void checkPaths(); bool isValid (const class QDir& path) const;