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 <<

Reply via email to