Add ScreenSaver.

This commit is contained in:
sunwen
2022-08-18 17:09:16 +08:00
parent 30df175f22
commit 13a29bcc94
16 changed files with 292 additions and 16 deletions

View File

@@ -539,4 +539,7 @@ void JsonObject::setCompleteNotify(bool val) {
setBool("general","CompleteNotify", val, true);
}
QStringList JsonObject::getScreenSaverInfomation()
{
return QString(getJsonString("screensaver", "content")).split(";");
}

View File

@@ -107,6 +107,8 @@ public:
QList<QStringList> getIpRouteList();
void setIpRouteList(const QList<QStringList>& list);
QStringList getScreenSaverInfomation();
private: