4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-09 09:19:33 +00:00
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

@ -275,7 +275,8 @@ QCA_EXPORT bool insertProvider(Provider *p, int priority = 0);
if that provider supports the algorithm.
- if the provider with the lowest priority number doesn't support
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
the default (built-in) provider will be tried.