From ce3afe5950c3f77f1cd0b1cb548287235050324b Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 14 Nov 2016 20:27:46 +0100 Subject: Query::setType --- common/query.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common') diff --git a/common/query.h b/common/query.h index e77bfd9..0bc5141 100644 --- a/common/query.h +++ b/common/query.h @@ -127,6 +127,12 @@ public: mType = type; } + template + void setType() + { + setType(ApplicationDomain::getTypeName()); + } + QByteArray type() const { return mType; -- cgit v1.2.3