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