diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-12-28 07:37:11 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-28 07:37:11 -0800 |
commit | 0be0cdb046018a5ec633bfc6f0aacba20d5c35e2 (patch) | |
tree | 628557756a616ad1cfc3a8ac286a7fbb9353cf23 /qt-ui/configuredivecomputerdialog.h | |
parent | 542ff7fc367560b33c8d617c9534f934cab0a546 (diff) | |
download | subsurface-0be0cdb046018a5ec633bfc6f0aacba20d5c35e2.tar.gz |
OSTC firmware update prompt: use the stable changelog files
Heinrichs Weikamp is giving us stable URLs from which we can get the
latest stable version. The parsing is a bit simplistic, but it seems to
work.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/configuredivecomputerdialog.h')
-rw-r--r-- | qt-ui/configuredivecomputerdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/configuredivecomputerdialog.h b/qt-ui/configuredivecomputerdialog.h index abc7d0be6..3e3262df4 100644 --- a/qt-ui/configuredivecomputerdialog.h +++ b/qt-ui/configuredivecomputerdialog.h @@ -106,7 +106,7 @@ class OstcFirmwareCheck : QObject { Q_OBJECT public: - explicit OstcFirmwareCheck(); + explicit OstcFirmwareCheck(QString product); void checkLatest(QWidget *parent, uint32_t firmwareOnDevice); public slots: |