зеркало из https://github.com/nextcloud/desktop.git
Remove useless virtual, better use override only
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
This commit is contained in:
Родитель
8f1b10ea70
Коммит
9328a4bba3
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче