mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 08:57:27 +02:00
QMutex reference
This commit is contained in:
parent
f583013776
commit
b7bcdf8f8c
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
#define hifi_FileLogger_h
|
#define hifi_FileLogger_h
|
||||||
|
|
||||||
#include "AbstractLoggerInterface.h"
|
#include "AbstractLoggerInterface.h"
|
||||||
|
#include <QMutex>
|
||||||
|
|
||||||
class FileLogger : public AbstractLoggerInterface {
|
class FileLogger : public AbstractLoggerInterface {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
Loading…
Reference in a new issue