equal
deleted
inserted
replaced
58 #define INTERFACE_VERSION "version" |
58 #define INTERFACE_VERSION "version" |
59 #define INTERFACE_CAPABILITY "capabilities" |
59 #define INTERFACE_CAPABILITY "capabilities" |
60 #define INTERFACE_CUSTOM_PROPERTY "customproperty" |
60 #define INTERFACE_CUSTOM_PROPERTY "customproperty" |
61 |
61 |
62 QTM_BEGIN_NAMESPACE |
62 QTM_BEGIN_NAMESPACE |
63 |
|
64 static const char PATH_SEPARATOR[] = "\\"; |
|
65 |
63 |
66 #ifndef QT_NO_DATASTREAM |
64 #ifndef QT_NO_DATASTREAM |
67 QDataStream &operator<<(QDataStream &out, const ServiceMetaDataResults &r) |
65 QDataStream &operator<<(QDataStream &out, const ServiceMetaDataResults &r) |
68 { |
66 { |
69 out << r.name << r.location; |
67 out << r.name << r.location; |