summaryrefslogtreecommitdiffstats
path: root/src/oauth/qabstractoauth.h
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-08-22 08:41:53 +0200
committerLiang Qi <liang.qi@qt.io>2017-08-22 08:44:53 +0200
commit461a29be564271ef3a6ca1728f5e48ec2d25c08d (patch)
tree27e9b0f90bc09e59fd31b2a5052e0c6f7327c467 /src/oauth/qabstractoauth.h
parent095d29d1afe10569ea3c2b4d834bc832b3ebaf9a (diff)
parent3d93f6436596e349e43c3798b675af66db71df8a (diff)
Merge remote-tracking branch 'origin/5.9' into dev
Conflicts: .qmake.conf src/oauth/qabstractoauth.cpp tests/auto/oauth1/tst_oauth1.cpp Done-with: Jesus Fernandez<jesus.fernandez@qt.io> Change-Id: I5be2c6ad2cd00943ee3acafe5b5c693fc4ada03c
Diffstat (limited to 'src/oauth/qabstractoauth.h')
-rw-r--r--src/oauth/qabstractoauth.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/oauth/qabstractoauth.h b/src/oauth/qabstractoauth.h
index 87b70e2..ab1310b 100644
--- a/src/oauth/qabstractoauth.h
+++ b/src/oauth/qabstractoauth.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2017 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Network Auth module of the Qt Toolkit.
@@ -85,7 +85,8 @@ public:
enum class Stage {
RequestingTemporaryCredentials,
RequestingAuthorization,
- RequestingAccessToken
+ RequestingAccessToken,
+ RefreshingAccessToken
};
enum class Error {