mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Updated loggin component of QtWebApp to version 1.6.5
This commit is contained in:
@ -11,6 +11,7 @@
|
||||
#include <QFile>
|
||||
#include <QMutex>
|
||||
#include <QBasicTimer>
|
||||
#include "logglobal.h"
|
||||
#include "logger.h"
|
||||
|
||||
/**
|
||||
@ -45,7 +46,7 @@
|
||||
@see Logger for a descrition of the buffer.
|
||||
*/
|
||||
|
||||
class FileLogger : public Logger {
|
||||
class DECLSPEC FileLogger : public Logger {
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(FileLogger)
|
||||
public:
|
||||
|
Reference in New Issue
Block a user