diff options
| author | 2015-05-22 00:05:05 +0200 | |
|---|---|---|
| committer | 2015-05-22 00:05:05 +0200 | |
| commit | 8742b3b8669f85df3c15196f0a51f43d932c0c93 (patch) | |
| tree | 1e8ff896e357efed25aeab817aed0b3e7baabce3 /node/helpnode.h | |
| parent | c8c9bffb2b439b95d5061d639ebecec07271ae01 (diff) | |
| parent | 88e5130bd86992819a036ef982733b5ee344d656 (diff) | |
| download | OneRoll-8742b3b8669f85df3c15196f0a51f43d932c0c93.tar.gz OneRoll-8742b3b8669f85df3c15196f0a51f43d932c0c93.zip | |
Merge branch 'master' of github.com:obiwankennedy/DiceParser
Diffstat (limited to 'node/helpnode.h')
| -rw-r--r-- | node/helpnode.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/node/helpnode.h b/node/helpnode.h index 3a949d9..88a0842 100644 --- a/node/helpnode.h +++ b/node/helpnode.h @@ -32,6 +32,13 @@ public: * @return */ virtual qint64 getPriority() const; + /** + * @brief setHelpPath + * @param path + */ + void setHelpPath(QString path); +private: + QString m_path; }; |