designer needs namespace prefix; refs #167
This commit is contained in:
@@ -66,7 +66,7 @@ class ButtonLineEditWidgetIfc: public QObject,
|
||||
}
|
||||
QWidget *createWidget(QWidget *parent) {
|
||||
TRC;
|
||||
return new ButtonLineEdit(parent);
|
||||
return new qbrowserlib::ButtonLineEdit(parent);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user