mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-12 18:29:02 +00:00
Merge with develop
This commit is contained in:
parent
eaa19cdfd2
commit
b5a9e81b83
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue