Skip to content
Snippets Groups Projects

Google calendar example

Closed Jesus Fernandez requested to merge qtgcal into master
9 files
+ 196
20
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -81,10 +81,12 @@ public:
@@ -81,10 +81,12 @@ public:
QAbstractOAuth2::Credential token;
QAbstractOAuth2::Credential token;
QString scope;
QString scope;
QString userAgent = "qoauth/0.1";
QString userAgent = "qoauth/0.1";
 
const QString bearerFormat = QStringLiteral("Bearer %1");
struct OAuth2KeyString
struct OAuth2KeyString
{
{
static const QString accessToken;
static const QString accessToken;
 
static const QString apiKey;
static const QString clientId;
static const QString clientId;
static const QString code;
static const QString code;
static const QString error;
static const QString error;
Loading