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
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
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