Skip to content

Commit

Permalink
Fix compile when no kqoauth
Browse files Browse the repository at this point in the history
  • Loading branch information
liversedge committed Mar 19, 2017
1 parent ed15b61 commit 5d31f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cloud/WithingsDownload.h
Expand Up @@ -57,8 +57,8 @@ class WithingsDownload : public QObject
#ifdef GC_HAVE_KQOAUTH
KQOAuthManager *oauthManager;
KQOAuthRequest *oauthRequest;
QEventLoop loop;
#endif
QEventLoop loop;

void parse(QString text, QStringList &errors, QList<BodyMeasure> &bodyMeasures);

Expand Down

0 comments on commit 5d31f87

Please sign in to comment.