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. strange compiler error. No matching function call to 'singleShot'
QtWS25 Last Chance

strange compiler error. No matching function call to 'singleShot'

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 399 Views
  • 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.
  • J Offline
    J Offline
    Jakob Clausen
    wrote on last edited by
    #1

    Hi all.

    I have installed the compiler on a new computer, and then I get this error.

    955a5bc2-3eb2-4fe9-9e34-3c19a841f027-image.png

    My kit looks like this
    9bf0e8ca-7165-41a6-a742-7d2ab8c0f452-image.png
    I am having problems getting my head around the all these compiler settings.
    Any thoughts?

    JonBJ 1 Reply Last reply
    0
    • J Jakob Clausen

      Hi all.

      I have installed the compiler on a new computer, and then I get this error.

      955a5bc2-3eb2-4fe9-9e34-3c19a841f027-image.png

      My kit looks like this
      9bf0e8ca-7165-41a6-a742-7d2ab8c0f452-image.png
      I am having problems getting my head around the all these compiler settings.
      Any thoughts?

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

      @Jakob-Clausen
      I believe you are attempting to call this overload:
      template <typename Functor, int> void QTimer::singleShot(int msec, const QObject *context, Functor functor)

      Right? In which case it was introduced at Qt5.4, and I see your selected version is Qt5.3?

      1 Reply Last reply
      2
      • J Offline
        J Offline
        Jakob Clausen
        wrote on last edited by
        #3

        That was it. :-)
        Thank you very much.

        1 Reply Last reply
        0

        • Login

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