Fixed: Typo...

--HG--
branch : develop
This commit is contained in:
kervala 2016-10-17 13:52:20 +02:00
parent 25824bf8bf
commit 0e0ae0fde4

View file

@ -312,7 +312,7 @@ QString CConfigFile::getMenuDirectory() const
{ {
QString applicationLocation; QString applicationLocation;
#ifdef O_OS_MAC #ifdef Q_OS_MAC
// QStandardPaths::ApplicationsLocation returns read-only location so fix it, will be installed in ~/Applications // QStandardPaths::ApplicationsLocation returns read-only location so fix it, will be installed in ~/Applications
applicationLocation = QStandardPaths::writableLocation(QStandardPaths::HomeLocation) + "/Applications"; applicationLocation = QStandardPaths::writableLocation(QStandardPaths::HomeLocation) + "/Applications";
#else #else