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:
parent
1d7db25bd6
commit
d6fb349751
@ -180,7 +180,7 @@ public:
|
|||||||
virtual QValidator::State validate(QString& input, int& pos) const;
|
virtual QValidator::State validate(QString& input, int& pos) const;
|
||||||
|
|
||||||
void setRegExp(const QRegExp& rx);
|
void setRegExp(const QRegExp& rx);
|
||||||
const QRegExp& regExp() const { return r; } // ### make inline for 5.0
|
const QRegExp& regExp() const { return r; }
|
||||||
|
|
||||||
Q_SIGNALS:
|
Q_SIGNALS:
|
||||||
void regExpChanged(const QRegExp& regExp);
|
void regExpChanged(const QRegExp& regExp);
|
||||||
|
Loading…
Reference in New Issue
Block a user