diff options
| author | 2014-12-09 22:09:23 +0100 | |
|---|---|---|
| committer | 2014-12-09 22:09:23 +0100 | |
| commit | f8d862bb3066774bb6c3c71f46954a3ef5f96d66 (patch) | |
| tree | c93047fe3bd0c5c45870a2c9fbd5d0f3edd85857 /node/helpnode.h | |
| parent | bf1a7ffc6f9e989cae1e34f8bb6ba826dd98d88e (diff) | |
| download | OneRoll-f8d862bb3066774bb6c3c71f46954a3ef5f96d66.tar.gz OneRoll-f8d862bb3066774bb6c3c71f46954a3ef5f96d66.zip | |
-implementation of HelpNode.
Diffstat (limited to 'node/helpnode.h')
| -rw-r--r-- | node/helpnode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/helpnode.h b/node/helpnode.h index f8b3f78..27f38b3 100644 --- a/node/helpnode.h +++ b/node/helpnode.h @@ -32,6 +32,7 @@ public: * @return */ virtual qint64 getPriority() const; + }; #endif // HELPNODE_H |