Solved strange compiler error. No matching function call to 'singleShot'
-
Hi all.
I have installed the compiler on a new computer, and then I get this error.
My kit looks like this
I am having problems getting my head around the all these compiler settings.
Any thoughts? -
@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?
-
That was it. :-)
Thank you very much.