Am 10.04.2015 um 17:51 schrieb Thiago Macieira:
> On Friday 10 April 2015 09:51:42 Christian Kandeler wrote:
>> On 04/09/2015 08:51 PM, Thiago Macieira wrote:
>>> The objective is to make Qt6 QStringList be a typedef to QList<QString>,
>>> not a separate class.
>>
>> Uh-oh, that will break all forward declarations in client code...
>
> Ok, I hadn't considered that...
>
So we finally have reached the turning point at which we have no chance
but to make C++11 mandatory for public Qt headers:
class QStringList : public QList<QString>
{
public:
using QList::QList;
};
</wishful-troll> :-)
Ciao,
Mathias
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development