summaryrefslogtreecommitdiffstats
path: root/qt-ui/usersurvey.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-08-08 11:13:05 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-08-08 11:13:05 -0700
commit827d4740c3bc2d449ab32a1ef829191bff20d46f (patch)
treed93378fce52b3456c0438c0f73e876c45fba3b11 /qt-ui/usersurvey.h
parenta9f59c0cb3c1aa038a1d0c035d47130ddba58beb (diff)
downloadsubsurface-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.h1
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: