diff options
author | Alexis Menard <alexis.menard@nokia.com> | 2009-09-29 11:21:35 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@nokia.com> | 2009-09-29 11:23:27 (GMT) |
commit | 7931a2eda156a4250f4d0283c2b6b0d5434bbecd (patch) | |
tree | 2b35562745fb4398ca779d74ba72178787772d85 /src/gui/widgets/qvalidator.h | |
parent | b31159a4e2ce5383a800b4b2e7210cf5423b418d (diff) | |
download | Qt-7931a2eda156a4250f4d0283c2b6b0d5434bbecd.zip Qt-7931a2eda156a4250f4d0283c2b6b0d5434bbecd.tar.gz Qt-7931a2eda156a4250f4d0283c2b6b0d5434bbecd.tar.bz2 |
Fix typo.
Reviewed-by: TrustMe
Diffstat (limited to 'src/gui/widgets/qvalidator.h')
-rw-r--r-- | src/gui/widgets/qvalidator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/qvalidator.h b/src/gui/widgets/qvalidator.h index 268ecaa..a0d9534 100644 --- a/src/gui/widgets/qvalidator.h +++ b/src/gui/widgets/qvalidator.h @@ -61,7 +61,7 @@ class Q_GUI_EXPORT QValidator : public QObject { Q_OBJECT public: - explicit QValidator(QObject * parent=0); + explicit QValidator(QObject * parent = 0); ~QValidator(); enum State { @@ -100,7 +100,7 @@ class Q_GUI_EXPORT QIntValidator : public QValidator Q_PROPERTY(int top READ top WRITE setTop) public: - explicit QIntValidator(QObject * parent=0); + explicit QIntValidator(QObject * parent = 0); QIntValidator(int bottom, int top, QObject * parent); ~QIntValidator(); |