From f9372d7587201c23dfb0a48077fd82115621969f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Thu, 2 Jan 2014 01:02:20 +0100 Subject: [PATCH] merge with ruler --- libhive/actiontype.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libhive/actiontype.cpp b/libhive/actiontype.cpp index a94f4a0c..d63ded1a 100644 --- a/libhive/actiontype.cpp +++ b/libhive/actiontype.cpp @@ -20,6 +20,11 @@ void ActionType::setName(const QString &name) m_name = name; } +QVariantList ActionType::parameters() const +{ + return m_parameters; +} + void ActionType::setParameters(const QVariantList ¶meters) { m_parameters = parameters;