mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Make logger thread safe (#885)
This commit is contained in:
@@ -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();
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user