MobileUI: 修复编译不通过的问题
This commit is contained in:
parent
cb73f8622f
commit
b6fc768317
|
@ -195,7 +195,7 @@ void MillGameWindow::initialize()
|
|||
|
||||
#ifdef MOBILE_APP_UI
|
||||
connect(ui.pushButton_giveUp, SIGNAL(released()),
|
||||
game, SLOT(giveUp()));
|
||||
gameController, SLOT(giveUp()));
|
||||
#endif
|
||||
|
||||
connect(ui.actionEngine1_T, SIGNAL(toggled(bool)),
|
||||
|
|
Loading…
Reference in New Issue