Add ScreenSaver.
This commit is contained in:
@@ -539,4 +539,7 @@ void JsonObject::setCompleteNotify(bool val) {
|
||||
setBool("general","CompleteNotify", val, true);
|
||||
}
|
||||
|
||||
|
||||
QStringList JsonObject::getScreenSaverInfomation()
|
||||
{
|
||||
return QString(getJsonString("screensaver", "content")).split(";");
|
||||
}
|
||||
|
||||
@@ -107,6 +107,8 @@ public:
|
||||
|
||||
QList<QStringList> getIpRouteList();
|
||||
void setIpRouteList(const QList<QStringList>& list);
|
||||
|
||||
QStringList getScreenSaverInfomation();
|
||||
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user