新增内置WEB Server功能.

This commit is contained in:
hxhlb
2020-10-31 17:34:34 +08:00
parent 5af6a1de3c
commit e7761e6509
11 changed files with 6842 additions and 47 deletions

View File

@@ -65,6 +65,7 @@ MainWindow::MainWindow(QString szTitle,
MainWindow::~MainWindow()
{
emit sigQuit();
if (m_widget)
{
delete m_widget;