示例#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(); }