summaryrefslogtreecommitdiffstats
path: root/src/oauth/qoauth1signature.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/oauth/qoauth1signature.cpp')
-rw-r--r--src/oauth/qoauth1signature.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/oauth/qoauth1signature.cpp b/src/oauth/qoauth1signature.cpp
index 6ad38b2..54d97c6 100644
--- a/src/oauth/qoauth1signature.cpp
+++ b/src/oauth/qoauth1signature.cpp
@@ -408,9 +408,6 @@ void QOAuth1Signature::swap(QOAuth1Signature &other)
qSwap(d, other.d);
}
-/*!
- Copy-assignment operator.
-*/
QOAuth1Signature &QOAuth1Signature::operator=(const QOAuth1Signature &other)
{
if (d != other.d) {