解决点击添加有线网络崩溃问题

This commit is contained in:
zhangyuanyuan1 2023-07-21 10:33:54 +08:00
parent d3a2589fc7
commit df62c59200
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public:
QPushButton *m_netCopyButton;
LineEdit *m_SSIDEdit;
QLabel *m_SSIDLabel;
QLabel *m_SSIDLabel = nullptr;
QLabel *m_Protocol;
QLabel *m_SecType;
QLabel *m_Hz;