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