Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Commenting out "connect"
Forum Updated to NodeBB v4.3 + New Features

Commenting out "connect"

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 289 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by Anonymous_Banned275
    #1

    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) ;});
                                                                                       ^
    
    1 Reply Last reply
    0
    • A Offline
      A Offline
      Anonymous_Banned275
      wrote on last edited by
      #2
                                  // connect to main submenu
                                  // connect(subMenu[index] , &QMenu::triggered, this ,
                                          [=]() { this->processAction(index,index) ;});
      
      Christian EhrlicherC 1 Reply Last reply
      0
      • A Anonymous_Banned275
                                    // connect to main submenu
                                    // connect(subMenu[index] , &QMenu::triggered, this ,
                                            [=]() { this->processAction(index,index) ;});
        
        Christian EhrlicherC Offline
        Christian EhrlicherC Offline
        Christian Ehrlicher
        Lifetime Qt Champion
        wrote on last edited by
        #3

        I mean - what do you expect?

        Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
        Visit the Qt Academy at https://academy.qt.io/catalog

        1 Reply Last reply
        4

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved