make AbstractNetworkJob::errorString virtual: it is already overriden
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Mon, 25 Oct 2021 14:29:57 +0000 (16:29 +0200)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Wed, 24 Nov 2021 15:17:47 +0000 (16:17 +0100)
commit802c7ac9060c9a36da1ebebd73c06d70400a9213
tree7a32c01c19e6cc61c9ed6bb537648509ff92a0a5
parentf575cc1860600da34bc21207bc06d18860fd7178
make AbstractNetworkJob::errorString virtual: it is already overriden

in practice AbstractNetworkJob::errorString is already overriden but the
overrided code is probably never called while the intention looked like
the opposite

fix that by making the method virtual in base class

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/libsync/abstractnetworkjob.h
src/libsync/propagateupload.h