From d6fb349751a9071f2caacedd6a00e6e26b6bc4c1 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sun, 15 Jan 2012 22:01:29 +0100 Subject: Remove a ### Change-Id: Ibc92317b07f3746c7978e571cae105535c01e1d6 Reviewed-by: Robin Burchell Reviewed-by: Richard J. Moore --- src/gui/util/qvalidator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/util/qvalidator.h') 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); -- cgit v1.2.3