28 |
28 |
29 // ======================================================================================================================================== |
29 // ======================================================================================================================================== |
30 LDrawPathDialog::LDrawPathDialog (const bool validDefault, QWidget* parent, Qt::WindowFlags f) |
30 LDrawPathDialog::LDrawPathDialog (const bool validDefault, QWidget* parent, Qt::WindowFlags f) |
31 : QDialog (parent, f), m_validDefault (validDefault) |
31 : QDialog (parent, f), m_validDefault (validDefault) |
32 { |
32 { |
33 QLabel* lb_description; |
33 QLabel* lb_description = null; |
34 lb_resolution = new QLabel ("---"); |
34 lb_resolution = new QLabel ("---"); |
35 |
35 |
36 if (validDefault == false) |
36 if (validDefault == false) |
37 lb_description = new QLabel ("Please input your LDraw directory"); |
37 lb_description = new QLabel ("Please input your LDraw directory"); |
38 |
38 |