Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-10-27 12:10:53 +0300
committerFabian Müller <80399010+fmoc@users.noreply.github.com>2022-11-02 18:45:04 +0300
commita7303dddc790007de5d35b15f202a56b50a2c02b (patch)
tree83548577af0db0c578547f5c101a490f697c837c
parent18bbbe7c6973d19756b776b13d05f7a418365269 (diff)
Remove TODO, QObjects don't have a copy constructor
-rw-r--r--src/libsync/creds/oauth.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsync/creds/oauth.h b/src/libsync/creds/oauth.h
index eb2af8412..6d4ec8de6 100644
--- a/src/libsync/creds/oauth.h
+++ b/src/libsync/creds/oauth.h
@@ -61,8 +61,6 @@ public:
OAuth(const QUrl &serverUrl, const QString &davUser, QNetworkAccessManager *networkAccessManager, const QVariantMap &dynamicRegistrationData, QObject *parent);
~OAuth() override;
- // TODO: consider deleting default copy/move constructors
-
virtual void startAuthentication();
void openBrowser();
QUrl authorisationLink() const;