summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/subsurfacewebservices.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-26 09:49:47 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-26 09:51:58 -0800
commit6a8768ee262aa3debfe8868fa7a5da13e0ba3a3b (patch)
tree8614bbacbd71b1e38230b93d384665fd62bdb15d /desktop-widgets/subsurfacewebservices.h
parent7a682770ef5cd1d314771cde216194ff0a6d40fb (diff)
downloadsubsurface-6a8768ee262aa3debfe8868fa7a5da13e0ba3a3b.tar.gz
Fix build breakage
Introduced in commit 31462f150dff ("We already have a QNetworkAcessManager global, use it"). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/subsurfacewebservices.h')
-rw-r--r--desktop-widgets/subsurfacewebservices.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop-widgets/subsurfacewebservices.h b/desktop-widgets/subsurfacewebservices.h
index 7b629db13..c00b6f63f 100644
--- a/desktop-widgets/subsurfacewebservices.h
+++ b/desktop-widgets/subsurfacewebservices.h
@@ -20,8 +20,6 @@ public:
void hideUpload();
void hideDownload();
- static QNetworkAccessManager *manager();
-
private
slots:
virtual void startDownload() = 0;