Remove useless virtual, better use override only
authorKevin Ottens <kevin.ottens@nextcloud.com>
Mon, 18 May 2020 18:45:20 +0000 (20:45 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Mon, 18 May 2020 18:45:20 +0000 (20:45 +0200)
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
test/testoauth.cpp

index 72126c55e348f76b03cab17a8fa024f9f236b117..80f48aa9e28adb504846cacd22266efaaed8ac54 100644 (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;