QSlotObjectBase: remove misleading comment
authorMarc Mutz <marc.mutz@kdab.com>
Mon, 20 Aug 2012 13:17:54 +0000 (15:17 +0200)
committerQt by Nokia <qt-info@nokia.com>
Sun, 26 Aug 2012 12:34:01 +0000 (14:34 +0200)
commit4570d0ac2401f3902cff1bd72cac78f599103096
tree67615abc88121d63439ed832c391a785b0a7d040
parentbd1a7ed26bf845dea56d6e3afb63665630d0b76f
QSlotObjectBase: remove misleading comment

These constructors might not benefit from being constexpr (as the objects are
only created on the heap), so don't suggest so. There's no disadvantage of them
begin constexpr, but their constexpr'ability depends on whether QAtomic has
a constexpr constructor, and the added complexity of finding that out isn't
worth it.

Change-Id: I089a29dcb98ba935c339dce09d71f283522a9afd
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
src/corelib/kernel/qobject_impl.h