Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
None
-
6.5.2
-
None
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.