I'm trying to extend the webview control in cascades with the following code
#include <bb/cascades/WebView>
namespace mopub {
class BrowserView : public WebView {
my compile error is expected class-name before '{' token
I've tried to extend QWebView and #include but to avail.