diff options
| author | 2018-12-16 18:15:11 +0100 | |
|---|---|---|
| committer | 2018-12-16 18:15:11 +0100 | |
| commit | 6cf27a39e9b8f8c5c463f431ae585381d8a7c25e (patch) | |
| tree | 4f43f6329b1840fc7b5d30eb88d3ee6de8083abd /dicealias.cpp | |
| parent | b18145b6e97714fc093a261984b4248acb370151 (diff) | |
| download | OneRoll-6cf27a39e9b8f8c5c463f431ae585381d8a7c25e.tar.gz OneRoll-6cf27a39e9b8f8c5c463f431ae585381d8a7c25e.zip | |
remove warning
To be Fixed - Dice Gui won't compile anymore
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) { |