diff options
| author | 2015-08-27 01:29:13 +0200 | |
|---|---|---|
| committer | 2015-08-27 01:29:13 +0200 | |
| commit | 26e813ad2e4fa13f4b2873df99cb8e3be380c875 (patch) | |
| tree | 6c10dce6b0f5d2422de9225e51bad687c6d8cdb7 /diceparser.h | |
| parent | 11df3a32160259768d58ff26b24b28d9d68571ca (diff) | |
| download | OneRoll-26e813ad2e4fa13f4b2873df99cb8e3be380c875.tar.gz OneRoll-26e813ad2e4fa13f4b2873df99cb8e3be380c875.zip | |
add method to get all string results
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 3eb55f1..6cc6d47 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: /** |