src/dialogs/ldrawpathdialog.h

changeset 984
a7b6f987d269
parent 971
c00f9665a9f8
child 987
91281e39c50c
equal deleted inserted replaced
983:05ba93066194 984:a7b6f987d269
23 class LDrawPathDialog : public QDialog 23 class LDrawPathDialog : public QDialog
24 { 24 {
25 Q_OBJECT 25 Q_OBJECT
26 26
27 public: 27 public:
28 LDrawPathDialog (const QString& defaultPath, bool validDefault, QWidget* parent = null, Qt::WindowFlags f = 0); 28 LDrawPathDialog (const QString& defaultPath, bool validDefault, QWidget* parent = nullptr, Qt::WindowFlags f = 0);
29 virtual ~LDrawPathDialog(); 29 virtual ~LDrawPathDialog();
30 QString path() const; 30 QString path() const;
31 void setPath (QString path); 31 void setPath (QString path);
32 void setStatusText (const QString& statusText, bool ok); 32 void setStatusText (const QString& statusText, bool ok);
33 33

mercurial