UBDesktopServices_win.cpp 213 Bytes

#include "UBDesktopServices.h"

QString UBDesktopServices::storageLocation(StandardLocation type)
{
    // Windows implementation of QDesktopServices is fine
    return QDesktopServices::storageLocation(type);
}