On March 21, 2015 04:00:11 PM Mathias Kraus wrote:
> =======
> KConfig config(QLatin1String("kminesrc"));
> config.reparseConfiguration();
> =======
Sorry, my suggestion of using reparseConfiguration wasn't clear.  I meant 
using it against the global KSharedConfig, not a newly created KConfig.  
Instead, try:

KSharedConfig::openConfig()->reparseConfiguration();

And see if that helps (untested here).
-- 
Matthew

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to