diff options
| author | 2015-04-15 01:07:36 +0200 | |
|---|---|---|
| committer | 2015-04-15 01:07:36 +0200 | |
| commit | 64048b3fd2dba4220cb19946caf588f9a6f26093 (patch) | |
| tree | 7c2c51d0f91ba2d02307bba0f18abe5afa12f55d /diceparser.h | |
| parent | 5cfe48265ebad0ffa0a980dbc2d131fceeecdf3b (diff) | |
| download | OneRoll-64048b3fd2dba4220cb19946caf588f9a6f26093.tar.gz OneRoll-64048b3fd2dba4220cb19946caf588f9a6f26093.zip | |
add API to make easier the use of DiceParser.
Diffstat (limited to 'diceparser.h')
| -rw-r--r-- | diceparser.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/diceparser.h b/diceparser.h index 1636fc9..b4fd429 100644 --- a/diceparser.h +++ b/diceparser.h @@ -168,6 +168,10 @@ public: */ QList<DiceAlias*>* getAliases(); /** + * @brief insertAlias + */ + void insertAlias(DiceAlias*, int); + /** * @brief DiceParser::convertAlias * @param str * @return |