mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 10:20:26 +00:00
Clean up a fair bit of the server backends. Getting rid of compilation warnings, signal/slot connection issues, etc..
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
#define TMPBREAK "<!!line-break!!>"
|
||||
//Overall check/creation of the log directory
|
||||
void LogManager::checkLogDir(){
|
||||
// - TO-DO
|
||||
if(!QFile::exists(LOGDIR)){
|
||||
QDir dir(LOGDIR);
|
||||
dir.mkpath(LOGDIR);
|
||||
}
|
||||
}
|
||||
|
||||
//Main Log write function (all the overloaded versions end up calling this one)
|
||||
|
||||
Reference in New Issue
Block a user