Make readConfig() non-virtual anymore, it's not useful.

Apps can reimplement usrReadConfig() or the readConfig() in every item instead.
wilder
David Faure 12 years ago
parent 8039dfaf42
commit 7a42d3549a
  1. 4
      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.

Loading…
Cancel
Save