remove TODO in QRegExpValidator

upstream commit:
d6fb349751

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-12-13 00:10:59 +00:00
parent f7cc7304d5
commit b93dfdfb27

View file

@ -165,7 +165,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; }
private: