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

3.2 emulator crash on hello world webview

    XMLWordPrintable

Details

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

    Description

      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();
      }
      

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes