VirtualBox

Changeset 73163 in vbox


Ignore:
Timestamp:
Jul 16, 2018 5:21:42 PM (7 years ago)
Author:
vboxsync
Message:

FE/Qt: Forgot something in r123764.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackend.h

    r72821 r73163  
    235235template<> SHARED_LIBRARY_STUFF QString toString(const KNetworkAdapterPromiscModePolicy &policy);
    236236template<> SHARED_LIBRARY_STUFF QString toString(const KPortMode &mode);
     237template<> SHARED_LIBRARY_STUFF KPortMode fromString<KPortMode>(const QString &strMode);
    237238template<> SHARED_LIBRARY_STUFF QString toString(const KUSBControllerType &type);
    238239template<> SHARED_LIBRARY_STUFF QString toString(const KUSBDeviceState &state);
    239240template<> SHARED_LIBRARY_STUFF QString toString(const KUSBDeviceFilterAction &action);
     241template<> SHARED_LIBRARY_STUFF KUSBDeviceFilterAction fromString<KUSBDeviceFilterAction>(const QString &strAction);
    240242template<> SHARED_LIBRARY_STUFF QString toString(const KAudioDriverType &type);
     243template<> SHARED_LIBRARY_STUFF KAudioDriverType fromString<KAudioDriverType>(const QString &strType);
    241244template<> SHARED_LIBRARY_STUFF QString toString(const KAudioControllerType &type);
     245template<> SHARED_LIBRARY_STUFF KAudioControllerType fromString<KAudioControllerType>(const QString &strType);
    242246template<> SHARED_LIBRARY_STUFF QString toString(const KAuthType &type);
     247template<> SHARED_LIBRARY_STUFF KAuthType fromString<KAuthType>(const QString &strType);
    243248template<> SHARED_LIBRARY_STUFF QString toString(const KStorageBus &bus);
    244249template<> SHARED_LIBRARY_STUFF QString toString(const KStorageControllerType &type);
     250template<> SHARED_LIBRARY_STUFF KStorageControllerType fromString<KStorageControllerType>(const QString &strType);
    245251template<> SHARED_LIBRARY_STUFF QString toString(const KChipsetType &type);
    246252template<> SHARED_LIBRARY_STUFF QString toString(const KNATProtocol &protocol);
    247253template<> SHARED_LIBRARY_STUFF QString toInternalString(const KNATProtocol &protocol);
    248254template<> 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);
    255255
    256256
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette