예제 #1
0
inline QDBusDemarshaller *QDBusDemarshaller::endMapEntry()
{
    return endCommon();
}
예제 #2
0
inline QDBusDemarshaller *QDBusDemarshaller::endStructure()
{
    return endCommon();
}
예제 #3
0
inline QDBusDemarshaller *QDBusDemarshaller::endArray()
{
    return endCommon();
}
예제 #4
0
inline QDBusMarshaller *QDBusMarshaller::endMap()
{ return endCommon(); }