[new] 新增正则表达式和管理员密码输入
This commit is contained in:
@@ -69,7 +69,9 @@ public:
|
||||
void setServer(ServerType type, const host& list);
|
||||
|
||||
//for network manager
|
||||
|
||||
QString passWord();
|
||||
void setPassword(const QString& pwd);
|
||||
|
||||
QString interfaceName();
|
||||
void setInterfaceName(const QString& name);
|
||||
@@ -103,11 +105,11 @@ private:
|
||||
|
||||
JsonObject();
|
||||
~JsonObject();
|
||||
|
||||
void* json_root = nullptr;
|
||||
bool m_bLoaded = false;
|
||||
|
||||
int counter;
|
||||
|
||||
QString tmp_psw;
|
||||
};
|
||||
|
||||
#endif // JSONOBJECT_H
|
||||
|
||||
Reference in New Issue
Block a user