mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
GUI. fix. Обнуление диалогов при разлогинивании.
This commit is contained in:
@@ -55,6 +55,11 @@ void Logger::handleLog(QString msg, LogLevel logLevel)
|
||||
{
|
||||
QString level;
|
||||
|
||||
#ifndef PROJECT_TYPE_DEBUG
|
||||
if(logLevel == DEBUG)
|
||||
return;
|
||||
#endif
|
||||
|
||||
switch (logLevel)
|
||||
{
|
||||
case INFO: level = "INFO"; break;
|
||||
|
||||
Reference in New Issue
Block a user