src/ldrawPathDialog.cpp

changeset 185
6fea53f1ffc2
parent 183
f1b8cb53d2a2
child 198
f246725199dc
equal deleted inserted replaced
184:fae3bc9ce319 185:6fea53f1ffc2
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

mercurial