From b18a57daa33f0fefa5f4c63aa7f448b48d302e0d Mon Sep 17 00:00:00 2001 From: Jonah BrĂ¼chert Date: Fri, 10 May 2019 22:31:48 +0200 Subject: Modernize codebase using clang-tidy Using the following checks: * modernize-use-nullptr * modernize-use-override * modernize-use-using * modernize-use-bool-literals --- src/base/QXmppElement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/QXmppElement.h') diff --git a/src/base/QXmppElement.h b/src/base/QXmppElement.h index e7cc5596..a3647d0d 100644 --- a/src/base/QXmppElement.h +++ b/src/base/QXmppElement.h @@ -34,7 +34,7 @@ class QDomElement; class QXmppElement; class QXmppElementPrivate; -typedef QList QXmppElementList; +using QXmppElementList = QList; class QXMPP_EXPORT QXmppElement { public: -- cgit v1.2.3