UBDesktopServices_win.cpp 213 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 #include "UBDesktopServices.h" QString UBDesktopServices::storageLocation(StandardLocation type) { // Windows implementation of QDesktopServices is fine return QDesktopServices::storageLocation(type); }