24 LDPaths::LDPaths (Configuration *config, QObject* parent) : |
24 LDPaths::LDPaths (Configuration *config, QObject* parent) : |
25 QObject(parent), |
25 QObject(parent), |
26 m_config(config), |
26 m_config(config), |
27 m_dialog(nullptr) {} |
27 m_dialog(nullptr) {} |
28 |
28 |
29 |
29 /* |
30 void LDPaths::checkPaths() |
30 void LDPaths::checkPaths() |
31 { |
31 { |
32 QString pathconfig = m_config->lDrawPath(); |
32 QString pathconfig = m_config->lDrawPath(); |
33 |
33 |
34 if (not configurePaths (pathconfig)) |
34 if (not configurePaths (pathconfig)) |