[clazy] [Bug 389057] warn about QTimer::singleShot(0) performance

Sergio Martins bugzilla_noreply at kde.org
Fri Feb 15 19:26:40 GMT 2019


https://bugs.kde.org/show_bug.cgi?id=389057

Sergio Martins <smartins at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |UPSTREAM
             Status|REPORTED                    |RESOLVED

--- Comment #3 from Sergio Martins <smartins at kde.org> ---
Let's tackle this in Qt instead.

And anyway clazy already warns if you don't pass a context object, as that can
bring threading bugs or crashes. Also, the general feeling is to deprecate the
connect() taking only 3 args, and forcing people to use context obj, even with
lambdas/functor.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Unassigned-bugs mailing list