comparison: src/ldpaths.cpp
src/ldpaths.cpp
- changeset 1000
- c064cc048f14
- parent 999
- 213a7c7a3ce4
- child 1006
- a6b462051ae0
equal
deleted
inserted
replaced
24 else |
24 else |
25 m_config->setLDrawPath (m_dialog->path()); |
25 m_config->setLDrawPath (m_dialog->path()); |
26 } |
26 } |
27 } |
27 } |
28 |
28 |
29 #include <QDebug> |
|
30 bool LDPaths::isValid (const QDir& dir) const |
29 bool LDPaths::isValid (const QDir& dir) const |
31 { |
30 { |
32 if (dir.exists()) |
31 if (dir.exists()) |
33 { |
32 { |
34 if (dir.isReadable()) |
33 if (dir.isReadable()) |