Merge pull request #1989 from nextcloud/remove_redundant_virtual

Remove useless virtual, better use override only
This commit is contained in:
Michael Schuster 2020-05-20 03:27:45 +02:00 committed by GitHub
commit 3d2de4fc40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -230,7 +230,7 @@ private slots:
{
// Test that we can send random garbage to the litening socket and it does not prevent the connection
struct Test : OAuthTestCase {
virtual QNetworkReply *createBrowserReply(const QNetworkRequest &request) override {
QNetworkReply *createBrowserReply(const QNetworkRequest &request) override {
QTimer::singleShot(0, this, [this, request] {
auto port = request.url().port();
state = CustomState;