Commenting out "connect"
Unsolved
General and Desktop
-
Commenting out "connect" when extending over single line.
![1e4b230e-0968-4713-a602-d560d5cb2c95-image.png](https://ddgobkiprc33d.cloudfront.net/1a1befa7-e5f7-4a25-b93e-db4f9e6f7509.png) 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) ;});
-
I mean - what do you expect?