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 <[email protected]> > > 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 > [email protected] > http://lists.qt-project.org/mailman/listinfo/interest >
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
