diff options
| author | 2022-04-30 04:08:26 +0000 | |
|---|---|---|
| committer | 2022-04-30 04:08:26 +0000 | |
| commit | 80b6e82c9007470f3deb2775fb3205e510919903 (patch) | |
| tree | 7a67533902ab4db7ab92b25f594f6c4c89cb2ed8 /src/libparser/node/executionnode.h | |
| parent | cdbb6104b1351471e6792cc96f82eae92539c5bf (diff) | |
| download | OneRoll-80b6e82c9007470f3deb2775fb3205e510919903.tar.gz OneRoll-80b6e82c9007470f3deb2775fb3205e510919903.zip | |
Improve translations.
Diffstat (limited to 'src/libparser/node/executionnode.h')
| -rw-r--r-- | src/libparser/node/executionnode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libparser/node/executionnode.h b/src/libparser/node/executionnode.h index d1bdf66..55b741a 100644 --- a/src/libparser/node/executionnode.h +++ b/src/libparser/node/executionnode.h @@ -4,11 +4,13 @@ #include "result/result.h" #include <diceparser/diceparserhelper.h> +#include <QCoreApplication> /** * @brief The ExecutionNode class */ class ExecutionNode { + Q_DECLARE_TR_FUNCTIONS(ExecutionNode) public: /** * @brief ExecutionNode |