コード例 #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(); }