Commit 332c8649 by yunpeng.song

修复消息通知为唯一窗口时关闭程序崩溃的BUG

parent dd32c31a
......@@ -87,5 +87,5 @@ void FMMsgWnd::LoginSuccess(const QString &account, const QString &name, const Q
void FMMsgWnd::on_btn_confirm_clicked()
{
this->close();
this->hide();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment