summaryrefslogtreecommitdiffstats
path: root/src/network/access/qhstsstore_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/access/qhstsstore_p.h')
-rw-r--r--src/network/access/qhstsstore_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/access/qhstsstore_p.h b/src/network/access/qhstsstore_p.h
index e82596b250..5338d15592 100644
--- a/src/network/access/qhstsstore_p.h
+++ b/src/network/access/qhstsstore_p.h
@@ -87,7 +87,7 @@ private:
QVector<QHstsPolicy> observedPolicies;
QSettings store;
- Q_DISABLE_COPY(QHstsStore)
+ Q_DISABLE_COPY_MOVE(QHstsStore)
};
QT_END_NAMESPACE