KProtocolInfo::ExtraField Struct
struct KProtocolInfo::ExtraFieldPublic Types
enum | Type { String, DateTime, Invalid } |
Detailed Description
Definition of an extra field in the UDS entries, returned by a listDir operation.
The name is the name of the column, translated.
The type name comes from QMetaType::name() Currently supported types: "QString", "QDateTime" (ISO-8601 format)
Member Type Documentation
enum ExtraField::Type
Constant | Value |
---|---|
KProtocolInfo::ExtraField::String | QMetaType::QString |
KProtocolInfo::ExtraField::DateTime | QMetaType::QDateTime |
KProtocolInfo::ExtraField::Invalid | QMetaType::UnknownType |