Changeset 73163 in vbox
- Timestamp:
- Jul 16, 2018 5:21:42 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackend.h
r72821 r73163 235 235 template<> SHARED_LIBRARY_STUFF QString toString(const KNetworkAdapterPromiscModePolicy &policy); 236 236 template<> SHARED_LIBRARY_STUFF QString toString(const KPortMode &mode); 237 template<> SHARED_LIBRARY_STUFF KPortMode fromString<KPortMode>(const QString &strMode); 237 238 template<> SHARED_LIBRARY_STUFF QString toString(const KUSBControllerType &type); 238 239 template<> SHARED_LIBRARY_STUFF QString toString(const KUSBDeviceState &state); 239 240 template<> SHARED_LIBRARY_STUFF QString toString(const KUSBDeviceFilterAction &action); 241 template<> SHARED_LIBRARY_STUFF KUSBDeviceFilterAction fromString<KUSBDeviceFilterAction>(const QString &strAction); 240 242 template<> SHARED_LIBRARY_STUFF QString toString(const KAudioDriverType &type); 243 template<> SHARED_LIBRARY_STUFF KAudioDriverType fromString<KAudioDriverType>(const QString &strType); 241 244 template<> SHARED_LIBRARY_STUFF QString toString(const KAudioControllerType &type); 245 template<> SHARED_LIBRARY_STUFF KAudioControllerType fromString<KAudioControllerType>(const QString &strType); 242 246 template<> SHARED_LIBRARY_STUFF QString toString(const KAuthType &type); 247 template<> SHARED_LIBRARY_STUFF KAuthType fromString<KAuthType>(const QString &strType); 243 248 template<> SHARED_LIBRARY_STUFF QString toString(const KStorageBus &bus); 244 249 template<> SHARED_LIBRARY_STUFF QString toString(const KStorageControllerType &type); 250 template<> SHARED_LIBRARY_STUFF KStorageControllerType fromString<KStorageControllerType>(const QString &strType); 245 251 template<> SHARED_LIBRARY_STUFF QString toString(const KChipsetType &type); 246 252 template<> SHARED_LIBRARY_STUFF QString toString(const KNATProtocol &protocol); 247 253 template<> SHARED_LIBRARY_STUFF QString toInternalString(const KNATProtocol &protocol); 248 254 template<> SHARED_LIBRARY_STUFF KNATProtocol fromInternalString<KNATProtocol>(const QString &strProtocol); 249 template<> SHARED_LIBRARY_STUFF KPortMode fromString<KPortMode>(const QString &strMode);250 template<> SHARED_LIBRARY_STUFF KUSBDeviceFilterAction fromString<KUSBDeviceFilterAction>(const QString &strAction);251 template<> SHARED_LIBRARY_STUFF KAudioDriverType fromString<KAudioDriverType>(const QString &strType);252 template<> SHARED_LIBRARY_STUFF KAudioControllerType fromString<KAudioControllerType>(const QString &strType);253 template<> SHARED_LIBRARY_STUFF KAuthType fromString<KAuthType>(const QString &strType);254 template<> SHARED_LIBRARY_STUFF KStorageControllerType fromString<KStorageControllerType>(const QString &strType);255 255 256 256
Note:
See TracChangeset
for help on using the changeset viewer.