diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-07-31 11:20:11 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-31 11:20:11 -0700 |
commit | 526ba82b53934e48e7e309b32467f887d579369c (patch) | |
tree | 27f9655030f0e07d8cc307fac85ff8fa9cea9617 /qt-ui/usersurvey.h | |
parent | ebdeddb9b93772574460f19bed9fe43d242d8f16 (diff) | |
download | subsurface-526ba82b53934e48e7e309b32467f887d579369c.tar.gz |
Give Subsurface a distinct User Agent string
When accessing websites (divelogs.de, subsurface website) we shouldn't
pretend to be Mozilla 5.
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 8dacb7bb8..1dd5aaab3 100644 --- a/qt-ui/usersurvey.h +++ b/qt-ui/usersurvey.h @@ -15,6 +15,7 @@ class UserSurvey : public QDialog { public: explicit UserSurvey(QWidget *parent = 0); ~UserSurvey(); + static QString getVersion(); private slots: |