🐞 fix(初始化): 初始化空指针

解决退出时异常崩溃
This commit is contained in:
huheng@kylinos.cn 2023-07-17 14:06:12 +08:00
parent 8fd2ca5d4f
commit 5736ebea0a
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ private:
TransmissionDialog *m_transmissionDialog = nullptr; // 传输进度窗口
MessageDialog *m_messageBox = nullptr; // 请求提示框
SuspendTabBar *m_suspendTabBar = nullptr; // 投屏控制
kdk::KBallonTip *m_tipWin; // 消息提示
kdk::KBallonTip *m_tipWin = nullptr; // 消息提示
LoadDialog *m_loadDialog = nullptr; // 加载等待
QLabel *m_tipDisplayWin = nullptr; // 显示当前目录状态以及搜索结果状态界面
TipDisplayWin *m_tipDisplayLay = nullptr; // 居中显示当前目录状态以及搜索结果状态布局