From 239051eff0ca6f28a4143c0f680c2600b2b0cb64 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 17 Jan 2016 01:57:18 +0100 Subject: Add comments to dice alias --- dicealias.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'dicealias.cpp') diff --git a/dicealias.cpp b/dicealias.cpp index 59e8d69..08adb7a 100644 --- a/dicealias.cpp +++ b/dicealias.cpp @@ -112,3 +112,13 @@ void DiceAlias::setEnable(bool b) { m_isEnable = b; } + +QString DiceAlias::getComment() const +{ + return m_comment; +} + +void DiceAlias::setComment(const QString &comment) +{ + m_comment = comment; +} -- cgit v1.2.3-70-g09d2