diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2018-09-09 11:11:13 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-09-09 18:28:08 -0700 |
commit | 876e6adf744ea69520d871804d9b1301e94fd653 (patch) | |
tree | 7d8da4c191a7b2035d06077e2d2c47603e5fb2ce /desktop-widgets/subsurfacewebservices.h | |
parent | 90fb34baab66bfb345d0eba063795f284ee2e415 (diff) | |
download | subsurface-876e6adf744ea69520d871804d9b1301e94fd653.tar.gz |
Desktop: Remove webservice, remove UI components (2)
Actually remove the Subsurface webservice UI from the source, and
deal with all the fallout.
Notice that a part of the change in subsurfacewebservices.cpp is
a block of code that becomes unused, but might contain some valid
logic to be used later. Very similar code is in core/gpslocation.cpp.
And as I earlier broke something here, the unused code is ifdef-ed for
now.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'desktop-widgets/subsurfacewebservices.h')
-rw-r--r-- | desktop-widgets/subsurfacewebservices.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/desktop-widgets/subsurfacewebservices.h b/desktop-widgets/subsurfacewebservices.h index 54b108013..ad68f08f3 100644 --- a/desktop-widgets/subsurfacewebservices.h +++ b/desktop-widgets/subsurfacewebservices.h @@ -45,26 +45,6 @@ protected: QString userAgent; }; -class SubsurfaceWebServices : public WebServices { - Q_OBJECT -public: - explicit SubsurfaceWebServices(QWidget *parent = 0, Qt::WindowFlags f = 0); - -private -slots: - void startDownload(); - void buttonClicked(QAbstractButton *button); - void downloadFinished(); - void downloadError(QNetworkReply::NetworkError error); - void startUpload() - { - } /*no op*/ -private: - void setStatusText(int status); - void download_dialog_traverse_xml(xmlNodePtr node, unsigned int *download_status); - unsigned int download_dialog_parse_response(const QByteArray &length); -}; - class DivelogsDeWebServices : public WebServices { Q_OBJECT public: |