diff --git a/src/blackmisc/slot.h b/src/blackmisc/slot.h index fbe7047ea..503f53d1a 100644 --- a/src/blackmisc/slot.h +++ b/src/blackmisc/slot.h @@ -30,8 +30,6 @@ namespace BlackMisc /*! * Callable wrapper for a member function with function signature R(Args...). * Allows for easy manipulation of slots to be used as callbacks. - * - * \todo Use perfect forwarding with C++14 generic lambda. */ template class CSlot