Code for GeneralSettings in Dolphin File Manager
Arnav Dhamija
arnav.dhamija at gmail.com
Sat Dec 19 16:40:17 GMT 2015
Hi everyone, I'm new to Dolphin development and I'm starting off by
fixing bug https://bugs.kde.org/show_bug.cgi?id=148550 which is for
implementing case sensitive sorting in Dolphin.
While wading my way through the source code, I found
m_naturalSorting->setChecked(GeneralSettings::naturalSorting()); in
behaviorSettings.cpp. Hence, I wish to write a function
GeneralSettings::caseSensitiveSorting() but I cannot find the class
definition for the GeneralSettings class anywhere in the source code
despite using grep to find it! How can I add functions to the
GeneralSettings class to implement a case sensitive sorting?
--
arnav dhamija
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20151219/b8911131/attachment.htm>
More information about the kfm-devel
mailing list