Simple UserOperationLog table.
This commit is contained in:
@@ -50,8 +50,16 @@ public:
|
||||
static UserOperationLog d;
|
||||
return &d;
|
||||
}
|
||||
static void cleanHistoryLog();
|
||||
|
||||
static QStringList getHistoryLogFiles();
|
||||
|
||||
void log(UserOperation operation, bool processing = false);
|
||||
void reloadFile();
|
||||
QString currentLogFile(){
|
||||
return currentFileName;
|
||||
}
|
||||
static void loadLogFromFile(QString filePath, QStringList& result);
|
||||
private:
|
||||
QString currentFileName;
|
||||
QFile logFile;
|
||||
|
||||
Reference in New Issue
Block a user