From 1e5a5c2485e79592d14498c63bd8144ffdfa7b21 Mon Sep 17 00:00:00 2001 From: ArsenArsen Date: Mon, 22 May 2017 18:23:45 +0200 Subject: [PATCH] Why was this the other thing School is over next week yay freedom. I'll be able to come back and do actual and active development. --- uploaders/uploadersingleton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uploaders/uploadersingleton.cpp b/uploaders/uploadersingleton.cpp index 6886acd..56eeba5 100644 --- a/uploaders/uploadersingleton.cpp +++ b/uploaders/uploadersingleton.cpp @@ -15,7 +15,7 @@ UploaderSingleton::UploaderSingleton() } if (!saveDir.exists()) { if (!saveDir.mkpath(".")) { - qFatal("Could not create the path %s to store images in!", saveDir.absoluteFilePath(".").toLocal8Bit().constData()); + qFatal("Could not create the path %s to store images in!", saveDir.absolutePath().toLocal8Bit().constData()); } } QDir configDir(QStandardPaths::writableLocation(QStandardPaths::GenericConfigLocation));