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

Missing documentation for QOAuthHttpServerReplyHandler

    XMLWordPrintable

Details

    • All

    Description

      In the reddit example you are using the following code:

       

      RedditWrapper::RedditWrapper(QObject *parent) : QObject(parent) {
         auto replyHandler = new QOAuthHttpServerReplyHandler(1337, this);
         oauth2.setReplyHandler(replyHandler);
         ...
      

      But you can't find any documentation about the class QOAuthHttpServerReplyHandler in c++. only for Python.

      Attachments

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

        Activity

          People

            vuokko Juha Vuolle
            jozzolo José Del Romano
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes