This commit is contained in:
zhuzihcu
2023-02-27 18:46:39 +08:00
parent 8ef76d2707
commit a772e18b93
25 changed files with 1400 additions and 62 deletions

View File

@ -177,7 +177,6 @@ void FramelessView::showEvent(QShowEvent* e)
}
FramelessView::~FramelessView()
{
qInfo()<<"FramelessView析构了";
if (d->mMenuHandler != NULL)
{
::DestroyMenu(d->mMenuHandler);