From kde-commits Wed Jan 04 17:35:27 2006 From: Olivier Goffart Date: Wed, 04 Jan 2006 17:35:27 +0000 To: kde-commits Subject: KDE/kdelibs Message-Id: <1136396127.546239.10070.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=113639617327635 SVN commit 494333 by ogoffart: update for KConfig M +1 -0 KDE4PORTING.html --- trunk/KDE/kdelibs/KDE4PORTING.html #494332:494333 @@ -143,6 +143,7 @@
  • all read*ListEntry methods deprecated, renamed to readEntry. Most types use the template version.
    template <typename T> readEntry(key, const QList<T>&)
    If you just write readEntry(key, list) it should work for any type that QVariant can convert to QString.
  • +
  • writeEntry, deleteGroup, and deleteEntry doesn't take anymore severals boolean options, but one QFlags
  • KLibFactory