Make logger thread safe (#885)

This commit is contained in:
Murat Seker
2020-07-19 15:37:47 +02:00
committed by GitHub
parent 45303e1b64
commit 4880e31562
10 changed files with 276 additions and 193 deletions

View File

@@ -5,6 +5,7 @@
//qt
#include <QMap>
#include <QVector>
class AuthTable;
class MetaTable;
@@ -258,4 +259,4 @@ private slots:
/// @brief Check if there are timeouts for failed login attempts
///
void checkAuthBlockTimeout();
};
};