diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2012-01-15 22:01:29 +0100 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-01-16 13:48:30 +0100 |
commit | d6fb349751a9071f2caacedd6a00e6e26b6bc4c1 (patch) | |
tree | 8ea197ae9745546212bbbde5de9ec062cdfa04c1 /src | |
parent | 1d7db25bd6bbf1435066b3c0c5cb41389b789f9c (diff) |
Remove a ###
Change-Id: Ibc92317b07f3746c7978e571cae105535c01e1d6
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Reviewed-by: Richard J. Moore <rich@kde.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/util/qvalidator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/util/qvalidator.h b/src/gui/util/qvalidator.h index de313aaf23..3e15b48c1c 100644 --- a/src/gui/util/qvalidator.h +++ b/src/gui/util/qvalidator.h @@ -180,7 +180,7 @@ public: virtual QValidator::State validate(QString& input, int& pos) const; void setRegExp(const QRegExp& rx); - const QRegExp& regExp() const { return r; } // ### make inline for 5.0 + const QRegExp& regExp() const { return r; } Q_SIGNALS: void regExpChanged(const QRegExp& regExp); |