Clean up a fair bit of the server backends. Getting rid of compilation warnings, signal/slot connection issues, etc..

This commit is contained in:
Ken Moore
2016-02-01 15:39:29 -05:00
parent 7463d84229
commit c8f97a69fe
6 changed files with 32 additions and 21 deletions

View File

@@ -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)