zzag added inline comments.

INLINE COMMENTS

> libinputcommon.h:28
>  template<typename T>
> -T valueLoaderPart(QVariant const &reply) { Q_UNUSED(reply); return T(); }
> +inline T valueLoaderPart(QVariant const &reply) { Q_UNUSED(reply); return 
> T(); }
>  

Just a note for the future: you don't have to define this function. It's enough 
to do

  template <typename T>
  T valueLoaderPart(QVariant const &reply);

REPOSITORY
  R119 Plasma Desktop

REVISION DETAIL
  https://phabricator.kde.org/D21220

To: romangg, #plasma, davidedmundson
Cc: zzag, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart

Reply via email to