Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-10224

3.2 emulator crash on hello world webview

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: P4: Low P4: Low
    • 4.7.0
    • 4.7.0
    • Examples and Demos
    • None

      This code crashes the 3.2 emulator:

      #include <QApplication>
      #include <QWebView>
      
      int main(int argc, char **argv)
      {
          QApplication app(argc, argv);
          QWebView *const view = new QWebView();
          view->load(QUrl("http://qt.nokia.com/"));
          view->show();
      
          return app.exec();
      }
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            boddie David Boddie (Inactive)
            fenglich Frans Englich (closed Nokia identity)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes