Changeset 102283 in vbox
- Timestamp:
- Nov 23, 2023 8:11:53 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackend.h
r102264 r102283 350 350 template<> SHARED_LIBRARY_STUFF QString toString(const KProcessStatus &status); 351 351 template<> SHARED_LIBRARY_STUFF KProcessStatus fromString<KProcessStatus>(const QString &strStatus); 352 template<> SHARED_LIBRARY_STUFF QString to String(const KMetricType &metricType);353 template<> SHARED_LIBRARY_STUFF KMetricType from String<KMetricType>(const QString &strMetricType);352 template<> SHARED_LIBRARY_STUFF QString toInternalString(const KMetricType &metricType); 353 template<> SHARED_LIBRARY_STUFF KMetricType fromInternalString<KMetricType>(const QString &strMetricType); 354 354 355 355
Note:
See TracChangeset
for help on using the changeset viewer.

