diff options
| author | 2018-08-22 02:07:30 +0200 | |
|---|---|---|
| committer | 2018-08-22 02:07:30 +0200 | |
| commit | 52343ff414f7b41e8f38e28bec3de39500b5fed2 (patch) | |
| tree | da96c1d107654c888f75a782bd780bbd66617ad5 /dicealias.h | |
| parent | 16fbd4299406d069a142871a444c462f9a7fd57e (diff) | |
| download | OneRoll-52343ff414f7b41e8f38e28bec3de39500b5fed2.tar.gz OneRoll-52343ff414f7b41e8f38e28bec3de39500b5fed2.zip | |
Fix bug on dicealias replacement (when several replacement must be done
on the same command).
Diffstat (limited to 'dicealias.h')
| -rw-r--r-- | dicealias.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dicealias.h b/dicealias.h index a85c9a0..8320445 100644 --- a/dicealias.h +++ b/dicealias.h @@ -37,7 +37,7 @@ public: * @param key * @param isReplace */ - DiceAlias(QString cmd, QString key, bool isReplace = true, bool isEnable = true); + DiceAlias(QString pattern, QString remplacement, bool isReplace = true, bool isEnable = true); /** * @brief ~DiceAlias */ |