summaryrefslogtreecommitdiffstats
path: root/src/core/profile_adapter.cpp
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2020-11-03 15:25:05 +0100
committerMichal Klocek <michal.klocek@qt.io>2020-11-12 14:26:51 +0100
commit6ca2cfe2c29f41202491c51ef897c4f211c28c27 (patch)
treeb45d86ba804800a9d536e758ac64b1d124fb00c4 /src/core/profile_adapter.cpp
parent4b541dd4cf618a61c3cc6c73866b163fb41339df (diff)
Fix build after 216c2ed5 in base
Change-Id: If9f646d36b70494248e7d721e7473505d9e0f42d Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/profile_adapter.cpp')
-rw-r--r--src/core/profile_adapter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/profile_adapter.cpp b/src/core/profile_adapter.cpp
index b0b48af03..d996ff09b 100644
--- a/src/core/profile_adapter.cpp
+++ b/src/core/profile_adapter.cpp
@@ -255,7 +255,7 @@ QString ProfileAdapter::dataPath() const
name = QStringLiteral("OffTheRecord");
else if (m_name.isEmpty())
name = QStringLiteral("UnknownProfile");
- return buildLocationFromStandardPath(QStandardPaths::writableLocation(QStandardPaths::DataLocation), name);
+ return buildLocationFromStandardPath(QStandardPaths::writableLocation(QStandardPaths::AppDataLocation), name);
}
void ProfileAdapter::setDataPath(const QString &path)