UBDesktopServices_linux.cpp 155 Bytes EditWeb IDE 1 2 3 4 5 6 7 #include "UBDesktopServices.h" QString UBDesktopServices::storageLocation(StandardLocation type) { return QDesktopServices::storageLocation(type); }