refactor: Change struct host's property name to localAE.

This commit is contained in:
chenhuijun
2024-06-03 17:02:50 +08:00
parent 3bcaf0add9
commit c1db4f002c
10 changed files with 29 additions and 29 deletions

View File

@@ -8,7 +8,7 @@ class QTranslator;
#include <QString>
struct host {
QString name;
QString localAE;
QString ae;
QString ip;
QString port;