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.
This commit is contained in:
parent
91aa7badc6
commit
1e5a5c2485
@ -15,7 +15,7 @@ UploaderSingleton::UploaderSingleton()
|
|||||||
}
|
}
|
||||||
if (!saveDir.exists()) {
|
if (!saveDir.exists()) {
|
||||||
if (!saveDir.mkpath(".")) {
|
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));
|
QDir configDir(QStandardPaths::writableLocation(QStandardPaths::GenericConfigLocation));
|
||||||
|
Loading…
Reference in New Issue
Block a user