UBDesktopServices_linux.cpp 155 Bytes

#include "UBDesktopServices.h"

QString UBDesktopServices::storageLocation(StandardLocation type)
{
    return QDesktopServices::storageLocation(type);
}