diff --git a/src/lib/plugin/kpluginfactory.h b/src/lib/plugin/kpluginfactory.h --- a/src/lib/plugin/kpluginfactory.h +++ b/src/lib/plugin/kpluginfactory.h @@ -344,7 +344,7 @@ /** * Use this method to create an object. It will try to create an object which inherits - * \p T. If it has multiple choices, you will get a fatal error (kFatal()), so be careful + * \p T. If it has multiple choices it's not defined which object will be returned, so be careful * to request a unique interface or use keywords. * * \tparam T The interface for which an object should be created. The object will inherit \p T.