Remove a ###
authorLars Knoll <lars.knoll@nokia.com>
Sun, 15 Jan 2012 21:01:29 +0000 (22:01 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 16 Jan 2012 12:48:30 +0000 (13:48 +0100)
Change-Id: Ibc92317b07f3746c7978e571cae105535c01e1d6
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Reviewed-by: Richard J. Moore <rich@kde.org>
src/gui/util/qvalidator.h

index de313aa..3e15b48 100644 (file)
@@ -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);