Re: [Development] QTBUG-23489: Implement the new regular expression classes using PCRE

2012-02-25 Thread Giuseppe D'Angelo
2012/2/25 Thiago Macieira : > On sábado, 25 de fevereiro de 2012 02.48.11, Giuseppe D'Angelo wrote: >> 1) add the operator QRegularExpression() const to QRegExp and remove >> the QString overloads taking a QRegExp: >> Drawbacks: >> * possible subtle bugs introduced by the different QRegExp and >> Q

Re: [Development] Question about QtSerialPort addons macro like QT_BEGIN(END...)_NAMESPACE_XYZ...

2012-02-25 Thread Denis Shienkov
Hi Marius, Lars, Sergio, and all. I need your advice. 1) Tell me please, what should be for the addon QtSerialPort namespace macros: #if defined(QT_NAMESPACE) # define QT_BEGIN_NAMESPACE_SERIALPORT namespace QT_NAMESPACE { namespace QtAddOn { namespace SerialPort { # define QT_END_NAMESPACE_S

Re: [Development] QTBUG-23489: Implement the new regular expression classes using PCRE

2012-02-25 Thread Thiago Macieira
On sábado, 25 de fevereiro de 2012 02.48.11, Giuseppe D'Angelo wrote: > 1) add the operator QRegularExpression() const to QRegExp and remove > the QString overloads taking a QRegExp: > Drawbacks: > * possible subtle bugs introduced by the different QRegExp and > QRegularExpression behaviours/quirks