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

QtWebengine yields odd message

    XMLWordPrintable

Details

    Description

      Following Tiny code when run yields message

      #include <QtWebEngineWidgets/QWebEngineView>
      #include <QtWidgets/QApplication>
      
      int main(int argc, char *argv[])
      {
      QApplication app{argc, argv};
      QWebEngineView w;
      w.resize(300, 300);
      w.show();
      return app.exec();
      } 

      doh set to "" – SystemOnly

       

       

      Attachments

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

        Activity

          People

            qt_webengine_team Qt WebEngine Team
            irfan.omair@digia.com Irfan Omair
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes