Remove a ###

Change-Id: Ibc92317b07f3746c7978e571cae105535c01e1d6
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Reviewed-by: Richard J. Moore <rich@kde.org>
This commit is contained in:
Lars Knoll 2012-01-15 22:01:29 +01:00 committed by Qt by Nokia
parent 1d7db25bd6
commit d6fb349751

View 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);