diff options
| author | 2015-08-20 12:31:23 +0200 | |
|---|---|---|
| committer | 2015-08-20 12:31:23 +0200 | |
| commit | d4061b6d9660d8dfc0a478fb252b93ec3dfd0f1c (patch) | |
| tree | d5eb74d185ecdd2d40a6ba5dd2d426f367c4e0a2 /node | |
| parent | b7a58837e1ad1412a5fece212d4619bedc4a5d4c (diff) | |
| download | OneRoll-d4061b6d9660d8dfc0a478fb252b93ec3dfd0f1c.tar.gz OneRoll-d4061b6d9660d8dfc0a478fb252b93ec3dfd0f1c.zip | |
fix compilation
Diffstat (limited to 'node')
| -rw-r--r-- | node/helpnode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/helpnode.cpp b/node/helpnode.cpp index 376f48a..d4a5d4b 100644 --- a/node/helpnode.cpp +++ b/node/helpnode.cpp @@ -14,7 +14,7 @@ void HelpNode::run(ExecutionNode* previous) { if(previous->getResult() == NULL) { - txtResult->setText(tr("Rolisteam Dice Parser:\nFull documentation at: %1").arg(m_path)); + txtResult->setText(QObject::tr("Rolisteam Dice Parser:\nFull documentation at: %1").arg(m_path)); } else { |