Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 12.0.0-beta1, Qt Creator 12.0.2
Description
In Qt Creator for my code
connect(timer, &QTimer::timeout, this, &Rial::Callback1, static_cast<Qt::ConnectionType>(Qt::AutoConnection | Qt::SingleShotConnection | Qt::UniqueConnection));
I get warning from clazy "UniqueConnection is not supported with non-member functions [clazy-lambda-unique-connection]", details
Why? Is it problem on Qt Creator side or KDE?
This is my full code.