diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-08-08 11:13:05 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-08-08 11:13:05 -0700 |
commit | 827d4740c3bc2d449ab32a1ef829191bff20d46f (patch) | |
tree | d93378fce52b3456c0438c0f73e876c45fba3b11 /qt-ui/usersurvey.h | |
parent | a9f59c0cb3c1aa038a1d0c035d47130ddba58beb (diff) | |
download | subsurface-827d4740c3bc2d449ab32a1ef829191bff20d46f.tar.gz |
Better User Agent for Subsurface
This one is less verbose and very easy to parse. It's guaranteed to have
five components, separated by ':' with no other ':' in the string:
Subsurface:<version>:<PrettyOSName>:<appCpuArch[/osCpuArch]>:<UILang>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/usersurvey.h')
-rw-r--r-- | qt-ui/usersurvey.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/usersurvey.h b/qt-ui/usersurvey.h index 1dd5aaab3..55140521e 100644 --- a/qt-ui/usersurvey.h +++ b/qt-ui/usersurvey.h @@ -16,6 +16,7 @@ public: explicit UserSurvey(QWidget *parent = 0); ~UserSurvey(); static QString getVersion(); + static QString getUserAgent(); private slots: |