From 88edfa144f4da3880168a8def910561f5df203a0 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Tue, 31 Mar 2015 23:44:10 +0200 Subject: -add feature to list aliases. --- diceparser.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'diceparser.cpp') diff --git a/diceparser.cpp b/diceparser.cpp index 1e23c6b..23e40cd 100644 --- a/diceparser.cpp +++ b/diceparser.cpp @@ -72,8 +72,8 @@ DiceParser::DiceParser() m_commandList = new QStringList(); - m_commandList->append(tr("help")); - m_commandList->append(tr("la")); + m_commandList->append(QObject::tr("help")); + m_commandList->append(QObject::tr("la")); } -- cgit v1.2.3-70-g09d2