KProtocolInfo::ExtraField Struct

struct KProtocolInfo::ExtraField

Public 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

ConstantValue
KProtocolInfo::ExtraField::StringQMetaType::QString
KProtocolInfo::ExtraField::DateTimeQMetaType::QDateTime
KProtocolInfo::ExtraField::InvalidQMetaType::UnknownType