summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2020-07-21 14:59:47 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2020-09-14 09:47:50 +0200
commitc4378b8620453cd4bfaf12e45f623b3bdc1038e2 (patch)
tree5ae1681715e28164e2f6e59fe5d8de8eb4005da5 /src/xml
parent6b43b665a8f359f2310851de2e9560091e9726db (diff)
Clean up the last of QT6_(NOT_)?VIRTUAL
This follows up on commit d273076b4474bb473d90e996960c4c773745761a which left a comment asking for the clean-up this finishes. Task-number: QTBUG-85700 Change-Id: I1c6896a42a09b873302ad7ec8273879f2a4a4ce6 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/sax/qxml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/sax/qxml.h b/src/xml/sax/qxml.h
index badc5c778d..6e19be193f 100644
--- a/src/xml/sax/qxml.h
+++ b/src/xml/sax/qxml.h
@@ -149,7 +149,7 @@ public:
QXmlAttributes &operator=(const QXmlAttributes &) = default;
QXmlAttributes &operator=(QXmlAttributes &&) noexcept = default;
- QT6_NOT_VIRTUAL ~QXmlAttributes();
+ ~QXmlAttributes();
void swap(QXmlAttributes &other) noexcept
{