aboutsummaryrefslogtreecommitdiff
path: root/lib/util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util.cpp')
-rw-r--r--lib/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.cpp b/lib/util.cpp
index 5266af1e..af06013c 100644
--- a/lib/util.cpp
+++ b/lib/util.cpp
@@ -67,7 +67,7 @@ QString QMatrixClient::prettyPrint(const QString& plainText)
QString QMatrixClient::cacheLocation(const QString& dirName)
{
- const auto cachePath =
+ const QString cachePath =
QStandardPaths::writableLocation(QStandardPaths::CacheLocation)
% '/' % dirName % '/';
QDir dir;