Exemplo n.º 1
0
inline QDBusDemarshaller *QDBusDemarshaller::endMapEntry()
{
    return endCommon();
}
Exemplo n.º 2
0
inline QDBusDemarshaller *QDBusDemarshaller::endStructure()
{
    return endCommon();
}
Exemplo n.º 3
0
inline QDBusDemarshaller *QDBusDemarshaller::endArray()
{
    return endCommon();
}
Exemplo n.º 4
0
inline QDBusMarshaller *QDBusMarshaller::endMap()
{ return endCommon(); }