Hi all,

if I implement QML types in C++, all slots are invokable from QML. 
Usually I don't want that, because the slots are for C++ internal 
communication. I found out (see older mail), that declaring the slots as 
private makes them inaccessible from QML, but I can still connect to 
them in the C++ world. My question is: can I rely on this, or is this an 
unsupported feature? And a second question is: are there other good ways 
of hiding slots from QML?

Thanks and best regards

Sven
_______________________________________________
Qt-qml mailing list
Qt-qml@qt.nokia.com
http://lists.qt.nokia.com/mailman/listinfo/qt-qml

Reply via email to