diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2018-09-29 22:47:19 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-09-29 15:16:11 -0700 |
commit | 7c22e4d805f3ae23938fdfedcb02e53d26966dfd (patch) | |
tree | 9c07004707b10d2080e608901f53966a80112cc8 /tests/testqPrefCloudStorage.cpp | |
parent | 7c320854b3328be3ba1bfe65adfc118d4e2313d1 (diff) | |
download | subsurface-7c22e4d805f3ae23938fdfedcb02e53d26966dfd.tar.gz |
Cleanup: don't derive UserSurveyServices from WebServices
UserSurveyServices derives from WebServices and therefore has
to define three pure virtual functions [startDownload(),
startUpload(), buttonClicked()] as no-ops. Interestingly,
a comment in the header says
"need to declare them as no ops or Qt4 is unhappy"
which is of course not true as these functions are not
declared by Qt.
There seems to be no point in deriving from WebServices,
therefore don't do it. These function definitions can then
be removed.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'tests/testqPrefCloudStorage.cpp')
0 files changed, 0 insertions, 0 deletions