Hi

Are you using Qt 4.7 or lower on openSUSE?
For 4.7 it's
QRegExpValidator(const QRegExp &rx , QObject *parent)
while for newer version the QObject is optional. Add NULL or this.

Regards


2013/9/30 Alexander Syvak <alexander....@gmail.com>
>
> Hi,
>
> compiling the line
> QRegExpValidator valtor(QRegExp("[1-9][0-9]*"));
> yields an error: no matching function for call to
QRegExpValidator::QRegExpValidator(QRegExp).
>
> It's done on openSUSE.
> On Win7 it's compiled successfully.
>
> Where is the gist?
>
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to