Windows: Fix return value of QDesktopServices::storageLocation(DataLocation).
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Thu, 4 Dec 2014 08:09:30 +0000 (09:09 +0100)
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Thu, 4 Dec 2014 19:17:47 +0000 (20:17 +0100)
commit933ae21b9925f1d9fc467e1ecb72eb91b5892d61
tree080c56ce34f1d2cad41d99d03011be1dda7fc802
parent74112db92ca8582ac09a2f877e87177e7d46ea7b
Windows: Fix return value of QDesktopServices::storageLocation(DataLocation).

Return empty string if SHGetSpecialFolderPath() fails for DataLocation, ie,
the directory does not exist.

Change-Id: I2abf41174b904fe36e587894832c0f3f4947dc1e
Task-number: QTBUG-43092
Reviewed-by: David Faure <david.faure@kdab.com>
src/gui/util/qdesktopservices_win.cpp