summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.qmake.conf2
-rw-r--r--src/oauth/qabstractoauth2.cpp6
2 files changed, 1 insertions, 7 deletions
diff --git a/.qmake.conf b/.qmake.conf
index 8fae318..5363706 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -2,4 +2,4 @@ load(qt_build_config)
CONFIG += warning_clean
-MODULE_VERSION = 5.10.1
+MODULE_VERSION = 5.11.0
diff --git a/src/oauth/qabstractoauth2.cpp b/src/oauth/qabstractoauth2.cpp
index c01281b..63f8ade 100644
--- a/src/oauth/qabstractoauth2.cpp
+++ b/src/oauth/qabstractoauth2.cpp
@@ -76,12 +76,6 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \property QAbstractOAuth2::clientIdentifier
- This property holds the client identifier used to identify the
- application in the authentication process.
-*/
-
-/*!
\property QAbstractOAuth2::clientIdentifierSharedKey
This property holds the client shared key used as a password if
the server requires authentication to request the token.