designer needs namespace prefix; refs #167
This commit is contained in:
@@ -54,7 +54,7 @@ class ButtonLineEditWidgetIfc: public QObject,
|
||||
}
|
||||
QString name() const {
|
||||
TRC;
|
||||
return "ButtonLineEdit";
|
||||
return "qbrowserlib::ButtonLineEdit";
|
||||
}
|
||||
QString toolTip() const {
|
||||
TRC;
|
||||
|
@@ -55,7 +55,7 @@ class SwissWebViewWidgetIfc: public QObject,
|
||||
}
|
||||
QString name() const {
|
||||
TRC;
|
||||
return "SwissWebView";
|
||||
return "qbrowserlib::SwissWebView";
|
||||
}
|
||||
QString toolTip() const {
|
||||
TRC;
|
||||
|
Reference in New Issue
Block a user