Merge branch 'work38' into DEV

This commit is contained in:
2025-12-16 12:07:05 +03:00
2 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
#include "tasksAmmFim.h" #include "tasksAmmFim.h"
#include "timingoftrainee.h" #include "timingoftrainee.h"
static const QString backupEmptyName = ".\\restoreDB\\DBLMS_EMPTY.backup"; static const QString backupEmptyName = ".\\DBLMS_EMPTY.backup";
static const QString restoreDBscriptName = ".\\restoreDB\\restoreDBscript.bat"; static const QString restoreDBscriptName = ".\\restoreDB\\restoreDBscript.bat";
class DATABASELMS_EXPORT DataBaseSettings class DATABASELMS_EXPORT DataBaseSettings

View File

@@ -70,10 +70,10 @@ void Logger::handleLog(QString msg, LogLevel logLevel)
QString level; QString level;
QString colorLevel = "pink"; QString colorLevel = "pink";
#ifndef PROJECT_TYPE_DEBUG //#ifndef PROJECT_TYPE_DEBUG
if(logLevel == DEBUG) // if(logLevel == DEBUG)
return; // return;
#endif //#endif
switch (logLevel) switch (logLevel)
{ {