feat: Add system log.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include "utilities/TouchScreenSignalSender.h"
|
||||
#include "keyboard/KeyboardManager.h"
|
||||
#include "appvals/AppGlobalValues.h"
|
||||
#include "log/SystemOperationLog.h"
|
||||
#include <QFileSystemWatcher>
|
||||
|
||||
QString loadFontFromFile(QString path)
|
||||
@@ -93,6 +94,7 @@ int main(int argc, char* argv[])
|
||||
MainWindow w;
|
||||
DialogManager::Default()->init(&w);
|
||||
UserOperationLog::Default()->init();
|
||||
SystemOperationLog::getInstance();
|
||||
|
||||
QObject::connect(TouchScreenSignalSender::getInstance(), SIGNAL(touchScreen()), Locker::getInstance(), SLOT(refreshTimer()));
|
||||
QList<Qt::GestureType> gestures;
|
||||
|
||||
Reference in New Issue
Block a user