mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #1989 from nextcloud/remove_redundant_virtual
Remove useless virtual, better use override only
This commit is contained in:
commit
3d2de4fc40
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user