Commenting out "connect"
-
Commenting out "connect" when extending over single line.
 code_text
/mnt/A_BT_DEC10/BT__PROGRAMS/A_JAN11/A_BT_LIBRARY/terminal_Bluetooth/mainwindow_Bluetooth.cpp:3639: error: extraneous ')' before ';' mainwindow_Bluetooth.cpp:3639:84: error: extraneous ')' before ';' [=]() { this->processAction(index,index) ;}); ^
-
// connect to main submenu // connect(subMenu[index] , &QMenu::triggered, this , [=]() { this->processAction(index,index) ;});
-
// connect to main submenu // connect(subMenu[index] , &QMenu::triggered, this , [=]() { this->processAction(index,index) ;});
I mean - what do you expect?