aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/helpnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'node/helpnode.h')
-rw-r--r--node/helpnode.h7
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;
};