mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
remove TODO in QRegExpValidator
upstream commit:
d6fb349751
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
f7cc7304d5
commit
b93dfdfb27
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue