src/ldpaths.h

changeset 1308
dcc8c02530c2
parent 1072
9ce9496427f2
equal deleted inserted replaced
1307:adb9d32a1426 1308:dcc8c02530c2
26 { 26 {
27 Q_OBJECT 27 Q_OBJECT
28 28
29 public: 29 public:
30 LDPaths(Configuration* config, QObject* parent = nullptr); 30 LDPaths(Configuration* config, QObject* parent = nullptr);
31 void checkPaths(); 31 // void checkPaths();
32 bool isValid (const class QDir& path) const; 32 bool isValid (const class QDir& path) const;
33 33
34 static QDir& baseDir(); 34 static QDir& baseDir();
35 static QString& ldConfigPath(); 35 static QString& ldConfigPath();
36 static QDir& primitivesDir(); 36 static QDir& primitivesDir();

mercurial