diff options
| author | 2015-05-21 10:48:10 +0200 | |
|---|---|---|
| committer | 2015-05-21 10:48:10 +0200 | |
| commit | 88e5130bd86992819a036ef982733b5ee344d656 (patch) | |
| tree | 99c2a247ae927952243afd60e22faac3ac9f1e55 /node/helpnode.h | |
| parent | 2f24c7b8361d87b67e0a204b1f054d750f650d66 (diff) | |
| download | OneRoll-88e5130bd86992819a036ef982733b5ee344d656.tar.gz OneRoll-88e5130bd86992819a036ef982733b5ee344d656.zip | |
add API to set the link to documentation
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; }; |