diff options
| author | 2015-05-05 00:22:47 +0200 | |
|---|---|---|
| committer | 2015-05-05 00:22:47 +0200 | |
| commit | 64e6901bedeebf0dd98c44aa3e3b98c4546fe8b4 (patch) | |
| tree | f513ca461200b2b83a6ac5eceaebe08ab2d72609 /dicealias.h | |
| parent | 69912970f8f182dad43d564e14fe080f30500ff3 (diff) | |
| parent | 6dbf254b7d5b19b77eb4716b24a1768f48b11248 (diff) | |
| download | OneRoll-64e6901bedeebf0dd98c44aa3e3b98c4546fe8b4.tar.gz OneRoll-64e6901bedeebf0dd98c44aa3e3b98c4546fe8b4.zip | |
Merge branch 'master' of github.com:obiwankennedy/DiceParser into HEAD
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 ebf7a02..5acca46 100644 --- a/dicealias.h +++ b/dicealias.h @@ -24,7 +24,7 @@ #include <QString> /** - * @brief The DiceAlias class + * @brief The DiceAlias class is dedicated to store aliases, alias is mainly two QString. The Alias and its replacement. The replacement can be a simple QString or a RegExp. */ class DiceAlias { |