-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/120435/
-----------------------------------------------------------

Review request for KDE Frameworks and Ben Cooksley.


Repository: kcoreaddons


Description
-------

Declare InheritanceChecker before actual use

This is actually not needed for "proper" compilers, because the use is inside a 
template,
The type is only required at instantiation time.

However, this patch makes the Coverity build tool happy. Without this patch,
we get an error for every translation unit including
kpluginfactory.h, telling us that "InheritanceChecker is not a
template"

Also see https://communities.coverity.com/thread/2903


Diffs
-----

  src/lib/plugin/kpluginfactory.h 70ffade3e071b839245b9b0d6468f7b804478178 

Diff: https://git.reviewboard.kde.org/r/120435/diff/


Testing
-------


Thanks,

Kevin Funk

_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to