From c4378b8620453cd4bfaf12e45f623b3bdc1038e2 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Tue, 21 Jul 2020 14:59:47 +0200 Subject: 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 --- src/xml/sax/qxml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xml') 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 { -- cgit v1.2.3