warn about it as well

svn path=/trunk/KDE/kdelibs/; revision=1161176
This commit is contained in:
Aaron J. Seigo 2010-08-09 21:03:46 +00:00
parent c387406230
commit c55f758d7c

View File

@ -52,6 +52,7 @@ bool isPluginVersionCompatible(unsigned int version)
{ {
if (version == quint32(-1)) { if (version == quint32(-1)) {
// unversioned, just let it through // unversioned, just let it through
kWarning() << "unversioned plugin detected, may result in instability";
return true; return true;
} }