From 7a42d3549afbb3907cc2fe9753fbcdf9d0c87ca4 Mon Sep 17 00:00:00 2001 From: David Faure Date: Mon, 17 Mar 2014 23:47:55 +0100 Subject: Make readConfig() non-virtual anymore, it's not useful. Apps can reimplement usrReadConfig() or the readConfig() in every item instead. --- src/core/kcoreconfigskeleton.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/core/kcoreconfigskeleton.h b/src/core/kcoreconfigskeleton.h index 90562f45..ebfad52c 100644 --- a/src/core/kcoreconfigskeleton.h +++ b/src/core/kcoreconfigskeleton.h @@ -1035,10 +1035,8 @@ public: * This method calls usrReadConfig() after reading the settings of the * registered items from the KConfig. You can overridde usrReadConfig() * in derived classes if you have special requirements. - * If you need more fine-grained control of storing the settings from - * the registered items you can override readConfig() in a derived class. */ - virtual void readConfig(); + void readConfig(); // KDE5 TODO rename to load() /** * Read preferences from the KConfig object. -- cgit v1.2.1