projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f1b10e
)
Remove useless virtual, better use override only
author
Kevin Ottens
<kevin.ottens@nextcloud.com>
Mon, 18 May 2020 18:45:20 +0000
(20:45 +0200)
committer
Kevin 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
patch
|
blob
|
history
diff --git
a/test/testoauth.cpp
b/test/testoauth.cpp
index 72126c55e348f76b03cab17a8fa024f9f236b117..80f48aa9e28adb504846cacd22266efaaed8ac54 100644
(file)
--- a/
test/testoauth.cpp
+++ b/
test/testoauth.cpp
@@
-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;