feat: Make log writing in other thread.
This commit is contained in:
@@ -25,7 +25,7 @@ public:
|
||||
QString getCurrentUserOperationLogFile();
|
||||
|
||||
signals:
|
||||
void doWriteSystemOperationLog(const QString& aMessage);
|
||||
void doWriteSystemOperationLog(const QString& aMessage, const QDateTime& aOperationDate);
|
||||
void doWriteUserOperationLog(const QString& aMessage);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user