aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/range.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-04-30 11:09:04 +0200
committerRenaud G <renaud@rolisteam.org>2015-04-30 11:09:04 +0200
commite1429844d3c7c2feeec8291084fb7f36e9ef38af (patch)
tree352d0bcac94201727e75ae55c0ba0da5d1aaf7cb /range.h
parent5c73a6cb13b8c301d0e60f916998c3e683a2b043 (diff)
downloadOneRoll-e1429844d3c7c2feeec8291084fb7f36e9ef38af.tar.gz
OneRoll-e1429844d3c7c2feeec8291084fb7f36e9ef38af.zip
add comments and gpl header to those files for better documentation in doxygen
Diffstat (limited to 'range.h')
-rw-r--r--range.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/range.h b/range.h
index 3573174..e50a48e 100644
--- a/range.h
+++ b/range.h
@@ -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: