From kde-devel Tue Jun 12 11:44:58 2012 From: Luca Ferrari Date: Tue, 12 Jun 2012 11:44:58 +0000 To: kde-devel Subject: kconfig path with $e? Message-Id: X-MARC-Message: https://marc.info/?l=kde-devel&m=133950172501844 Hi all, I'm curious to know why the following piece of code that writes a path into the KDE configuration files: KConfigGroup cgWorkspace = slaveConfigPtr->group( "files" ); cgWorkspace.writePathEntry( "xml-filename" "/tmp/roles.xml" ); produces a text file with: [files] xml-filename[$e]=/tmp/roles.xml What is the [$e]? I suspect is something to say the key is actually referred to a path value, but I'm not sure. Thanks. >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<