From eff37a46ce33078f6f601bd724bbb7359b5db055 Mon Sep 17 00:00:00 2001 From: Anton Kudryavtsev Date: Mon, 10 Oct 2016 14:54:07 +0300 Subject: Qml, Imports: mark some methods as const These methods do not modify objects. Change-Id: I67b1a10cfd0b32688500fca3265a96f53afd1b57 Reviewed-by: Ulf Hermann --- src/imports/xmllistmodel/qqmlxmllistmodel_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/imports/xmllistmodel/qqmlxmllistmodel_p.h') diff --git a/src/imports/xmllistmodel/qqmlxmllistmodel_p.h b/src/imports/xmllistmodel/qqmlxmllistmodel_p.h index 409dfa876d..3a4487a085 100644 --- a/src/imports/xmllistmodel/qqmlxmllistmodel_p.h +++ b/src/imports/xmllistmodel/qqmlxmllistmodel_p.h @@ -194,7 +194,7 @@ public: Q_EMIT isKeyChanged(); } - bool isValid() { + bool isValid() const { return !m_name.isEmpty() && !m_query.isEmpty(); } -- cgit v1.2.3