svn path=/trunk/kdesupport/qca/; revision=818668
This commit is contained in:
Justin Karneges 2008-06-09 06:27:52 +00:00
parent 36fc2a5705
commit b2f9cb34da

View File

@ -275,7 +275,8 @@ QCA_EXPORT bool insertProvider(Provider *p, int priority = 0);
if that provider supports the algorithm. if that provider supports the algorithm.
- if the provider with the lowest priority number doesn't support - if the provider with the lowest priority number doesn't support
the required algorithm, the provider with the next lowest priority number the required algorithm, the provider with the next lowest priority number
will be tried,and so on through to the provider with the largest priority number will be tried, and so on through to the provider with the largest priority
number
- if none of the plugin providers support the required algorithm, then - if none of the plugin providers support the required algorithm, then
the default (built-in) provider will be tried. the default (built-in) provider will be tried.