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

QWebEngineDownloadItem stateChanged incomplete enum type

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.6.0 RC
    • 5.5.0, 5.6.0 Alpha
    • WebEngine
    • None
    • ccb373c4937777ce4af10918f7412c606cbd56ce

      stateChanged(DownloadState state) signal in QWebEngineDownloadItem has an incomplete type declaration for "state" parameter.

      I think, type must be declared as fully qualified - QWebEngineDownloadItem::DownloadState.

      This incompletion leads to "QObject::connect: No such signal/slot" warnings when attempting to connect slots to this signal from other classes.

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

            jbornema Joerg Bornemann
            kernelonline Torgashin Konstantin
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes