Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
Qt
QtNetworkAuth
Commits
e2371f2b
Commit
e2371f2b
authored
8 years ago
by
Liang Qi
Browse files
Options
Download
Plain Diff
Merge remote-tracking branch 'origin/5.8' into dev
Change-Id: I285130d29b64c2cbaafa5302fa16d5ba75bc3ade
parents
75855e9b
ab389a56
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
.gitattributes
+2
-0
.gitattributes
.tag
+1
-0
.tag
src/oauth/doc/qtnetworkauth.qdocconf
+40
-0
src/oauth/doc/qtnetworkauth.qdocconf
src/oauth/doc/src/qtnetworkauth.qdoc
+75
-0
src/oauth/doc/src/qtnetworkauth.qdoc
src/oauth/oauth.pro
+2
-0
src/oauth/oauth.pro
src/oauth/qabstractoauth.cpp
+200
-1
src/oauth/qabstractoauth.cpp
src/oauth/qabstractoauth_p.h
+1
-1
src/oauth/qabstractoauth_p.h
src/oauth/qoauth1.cpp
+16
-13
src/oauth/qoauth1.cpp
src/oauth/qoauth1.h
+1
-1
src/oauth/qoauth1.h
src/oauth/qoauth1_p.h
+4
-1
src/oauth/qoauth1_p.h
tests/auto/abstractoauth/abstractoauth.pro
+6
-0
tests/auto/abstractoauth/abstractoauth.pro
tests/auto/abstractoauth/tst_abstractoauth.cpp
+79
-0
tests/auto/abstractoauth/tst_abstractoauth.cpp
tests/auto/auto.pro
+4
-0
tests/auto/auto.pro
tests/auto/oauth1/tst_oauth1.cpp
+148
-0
tests/auto/oauth1/tst_oauth1.cpp
with
579 additions
and
17 deletions
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment