| 125 | |
| 126 | |
| 127 | void UBW3CWidgetAPI::openURL(const QString& url) |
| 128 | { |
| 129 | UBApplication::webController->loadUrl(QUrl(url)); |
| 130 | } |
| 131 | |
| 132 | // NOTE @letsfindaway all code from here to the end is obsolete |
| 133 | UBW3CWidgetPreferenceAPI::UBW3CWidgetPreferenceAPI(UBGraphicsW3CWidgetItem *graphicsWidget, QObject *parent) |