Hi,

On Sat, Nov 12, 2016 at 10:20 AM, Alexander Dyagilev <alervd...@gmail.com>
wrote:

> I added new structure and added it as 3d parameters - it stopped working.
>
My best guess is qRegisterMetaType<A::B>("A::B"); should
be qRegisterMetaType<A::B>("B");
If I recall correctly the metatype aliases don't resolve the scope operator.

Another thing you could try is to use a fully qualified name for Q_ARG:
Q_ARG(const A::B &, b)

Kind regards.
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to