diff options
| author | 2015-05-05 07:03:46 +0200 | |
|---|---|---|
| committer | 2015-05-05 07:03:46 +0200 | |
| commit | e844799045b0b3a4d8a968e011c96c10003d4256 (patch) | |
| tree | 1e0d159489152769c87295e5c33e574d25ebc6a6 /range.h | |
| parent | 590fc6528b09bf1abbd90caf31053cd5ef6b439b (diff) | |
| parent | 6dbf254b7d5b19b77eb4716b24a1768f48b11248 (diff) | |
| download | OneRoll-e844799045b0b3a4d8a968e011c96c10003d4256.tar.gz OneRoll-e844799045b0b3a4d8a968e011c96c10003d4256.zip | |
Merge branch 'master' of github.com:obiwankennedy/DiceParser
Diffstat (limited to 'range.h')
| -rw-r--r-- | range.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,9 @@ #include <Qt> #include "validator.h" +/** + * @brief The Range class is validator class to check validity between two values. + */ class Range : public Validator { public: |