diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-11-18 13:01:54 +0000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-18 13:01:54 +0000 |
commit | fe2c46a5b7b41d61cb4791fe4d0268082997b918 (patch) | |
tree | 8aa077cd3ae2edb1a3d01549f4bc6b555e4aeb76 /qt-ui/updatemanager.cpp | |
parent | 514a0e582a7c7a0a1c3b576382c4c4f4ed3da0ec (diff) | |
download | subsurface-fe2c46a5b7b41d61cb4791fe4d0268082997b918.tar.gz |
Move update check and survey to the new domain
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/updatemanager.cpp')
-rw-r--r-- | qt-ui/updatemanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/updatemanager.cpp b/qt-ui/updatemanager.cpp index ad29da5dc..858de561d 100644 --- a/qt-ui/updatemanager.cpp +++ b/qt-ui/updatemanager.cpp @@ -24,7 +24,7 @@ void UpdateManager::checkForUpdates() #endif QString version = VERSION_STRING; - QString url = QString("http://subsurface.hohndel.org/updatecheck.html?os=%1&ver=%2").arg(os, version); + QString url = QString("http://subsurface-divelog.org/updatecheck.html?os=%1&ver=%2").arg(os, version); QNetworkRequest request; request.setUrl(url); request.setRawHeader("Accept", "text/xml"); |