diff options
Diffstat (limited to 'diceparser.h')
| -rw-r--r-- | diceparser.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/diceparser.h b/diceparser.h index efca060..487216f 100644 --- a/diceparser.h +++ b/diceparser.h @@ -191,6 +191,11 @@ public: * @param l the path. */ void setPathToHelp(QString l); + /** + * @brief getAllStringResult + * @return + */ + QStringList getAllStringResult(bool& hasAlias); private: /** |