Add UserOperationLog.
This commit is contained in:
@@ -549,3 +549,8 @@ bool JsonObject::isDmsSimulator()
|
||||
{
|
||||
return getBool("dms","simulator");
|
||||
}
|
||||
|
||||
int JsonObject::getOperationLogExpireDays()
|
||||
{
|
||||
return QString(getJsonString("operatorlog", "expire")).toInt();
|
||||
}
|
||||
|
||||
@@ -110,6 +110,7 @@ public:
|
||||
void setIpRouteList(const QList<QStringList>& list);
|
||||
|
||||
QStringList getScreenSaverInfomation();
|
||||
int getOperationLogExpireDays();
|
||||
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user