This commit is contained in:
2020-04-10 18:21:38 +08:00
parent bf8606c434
commit 0e2a05af55
-1
View File
@@ -88,7 +88,6 @@ MainWindow::MainWindow(QWidget *parent)
QObject *pRoot = (QObject*)quick->rootObject();
const QObjectList list = pRoot->children();
foreach(QObject *Item,list)//查找 CommandMsg 类,然后连接
{