From 827d4740c3bc2d449ab32a1ef829191bff20d46f Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 8 Aug 2014 11:13:05 -0700 Subject: 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:::: Signed-off-by: Dirk Hohndel --- qt-ui/usersurvey.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qt-ui/usersurvey.h') 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: -- cgit v1.2.3-70-g09d2