On Wednesday November 11 2015 14:49:57 David Faure wrote:

> qstandardpaths_mac.mm says
> QString QStandardPaths::writableLocation(StandardLocation type)
> {
>     if (isTestModeEnabled()) {
>         const QString qttestDir = QDir::homePath() + 
> QLatin1String("/.qttest");
>         QString path;
>         switch (type) {
>         case GenericDataLocation:
>         case AppDataLocation:
>         case AppLocalDataLocation:
>             path = qttestDir + QLatin1String("/Application Support");
>             if (type != GenericDataLocation)
>                 appendOrganizationAndApp(path);
>             return path;

That's not ApplicationsLocation. That one only appears in translateLocation and 
doesn't get any specific treatment otherwise.

R.
_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to