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

Use std::function in QWebEngineCookieStore::setCookieFilter

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: P1: Critical P1: Critical
    • 5.11.0 Beta 3
    • 5.11.0 Beta 1
    • WebEngine
    • None

      Using std::function instead of QWebEngineCallback would allow a more intuitive behaivor

        cookieStore.setCookieFilter([](const FilterRequest &r) -> bool { return (r.origin() == QUrl("qt.io");) });
      

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

            allan.jensen Allan Sandfeld Jensen
            kkohne Kai Köhne
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes