diff options
| author | 2018-12-19 23:40:23 +0100 | |
|---|---|---|
| committer | 2018-12-19 23:40:23 +0100 | |
| commit | 1eb8c0de4e7a2ff7c9ea1d3e2091524a5e67ad25 (patch) | |
| tree | 55e014b57135e85511c6a2adafb90e42aae94eca /dicealias.cpp | |
| parent | 517dcb09609999dd96390a7db1690a35bf39508f (diff) | |
| parent | 747ad7d4edca9a37a94603cb25253ebf6833eee0 (diff) | |
| download | OneRoll-1eb8c0de4e7a2ff7c9ea1d3e2091524a5e67ad25.tar.gz OneRoll-1eb8c0de4e7a2ff7c9ea1d3e2091524a5e67ad25.zip | |
Merge branch 'master' of github.com:Rolisteam/DiceParser
Diffstat (limited to 'dicealias.cpp')
| -rw-r--r-- | dicealias.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dicealias.cpp b/dicealias.cpp index 5730187..cc06510 100644 --- a/dicealias.cpp +++ b/dicealias.cpp @@ -26,8 +26,6 @@ QString makeReplament(const QString& pattern, const QString& replacement, QString cmd) { - - // FIXME try to do the same with RegularExpression auto hasPattern = cmd.contains(pattern); if(hasPattern) { |