On Friday, 20 May 2022 01:54:43 PDT Alexander Dyagilev wrote:
> Qt6 - can't even compile. Windows, MSVC2019.

Please share the error message.

And please use an email client that knows how to paste spaces. Your code is 
unreadable:

> classA:publicQObject
> 
> {
> 
> Q_OBJECT
> 
> public:
> 
> explicitA(QObject*parent=nullptr);
> 
> signals:
> 
> voidtest1(constQSharedPointer<constC>&o);//OK
> 
> voidtest2(constQSharedPointer<constB>&o);//CompileerrorunderQt6
> 
> };

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Cloud Software Architect - Intel DCAI Cloud Engineering



_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to