User operation log, v1
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include <QDebug>
|
||||
#include <QThread>
|
||||
#include <QTimer>
|
||||
#include "log/UserOperationLog.h"
|
||||
|
||||
QString loadFontFromFile(QString path)
|
||||
{
|
||||
@@ -54,6 +55,7 @@ int main(int argc, char* argv[])
|
||||
InputObject* obj = new InputObject();
|
||||
a.installEventFilter(obj);
|
||||
SQLHelper::Open();
|
||||
UserOperationLog::Default()->init();
|
||||
MainWindow w;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user