D5584: Introduction of runtimes
Anthony Fieroni
noreply at phabricator.kde.org
Tue May 2 07:26:38 UTC 2017
anthonyfieroni added inline comments.
INLINE COMMENTS
> dockerplugin.cpp:94
> +{
> + const bool isDocker = qobject_cast<DockerRuntime*>(newRuntime);
> +
Better use !!qobject_cast<> because you get a pointer not a bool.
REPOSITORY
R33 KDevPlatform
REVISION DETAIL
https://phabricator.kde.org/D5584
To: apol, #kdevelop
Cc: anthonyfieroni, kossebau, geetamc, kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20170502/699974fc/attachment-0001.html>
More information about the KDevelop-devel
mailing list