mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 00:28:42 +00:00
QJsonParseError only exists in QT5.
This commit is contained in:
@@ -23,7 +23,9 @@
|
||||
#include "Settings.h"
|
||||
#include "TimeUtils.h"
|
||||
|
||||
#if QT_VERSION > 0x050000
|
||||
#include <QJsonParseError>
|
||||
#endif
|
||||
|
||||
OAuthDialog::OAuthDialog(Context *context, OAuthSite site) :
|
||||
context(context), site(site)
|
||||
|
||||
Reference in New Issue
Block a user