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. Help in error please!
Forum Updated to NodeBB v4.3 + New Features

Help in error please!

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 4 Posters 441 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.
  • L Offline
    L Offline
    Luis_Barbosa
    wrote on last edited by
    #1

    6d6c4c54-6db6-4606-82ac-f3bc434ed884-image.png
    Any suggestion?

    J.HilkJ JonBJ jsulmJ 3 Replies Last reply
    0
    • L Luis_Barbosa

      6d6c4c54-6db6-4606-82ac-f3bc434ed884-image.png
      Any suggestion?

      J.HilkJ Offline
      J.HilkJ Offline
      J.Hilk
      Moderators
      wrote on last edited by
      #2

      @Luis_Barbosa
      I don't see no errors, care to explain what you mean?


      Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


      Q: What's that?
      A: It's blue light.
      Q: What does it do?
      A: It turns blue.

      1 Reply Last reply
      1
      • L Luis_Barbosa

        6d6c4c54-6db6-4606-82ac-f3bc434ed884-image.png
        Any suggestion?

        JonBJ Offline
        JonBJ Offline
        JonB
        wrote on last edited by
        #3

        @Luis_Barbosa
        I you mean the unused parameter warnings you see, you can suppress those by adding a Q_UNUSED(variable) statement into the body of the function, which is what I do if I do not need to use a parameter.

        1 Reply Last reply
        3
        • L Luis_Barbosa

          6d6c4c54-6db6-4606-82ac-f3bc434ed884-image.png
          Any suggestion?

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Luis_Barbosa Isn't it apperent? You have unused parameters. This is a warning, not error. To fix it either use the parameter or remove/comment out parameter names...

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1

          • Login

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