aboutsummaryrefslogtreecommitdiff
path: root/src/core/ksharedconfig.h
AgeCommit message (Collapse)Author
2018-05-04Use overrideLaurent Montel
2018-04-19Warning--Laurent Montel
2017-01-16Fix a few -Wdocumentation warningsKevin Funk
2015-02-25not necessary to have virtual + Q_DECL_OVERRIDEMontel Laurent
2015-02-12Use Q_DECL_OVERRIDE where possibleKevin Funk
With -Winconsistent-missing-override (Clang), headers from KConfig are throwing a lot of warnings. REVIEW: 122539
2014-06-22Make KSharedConfig thread-safeDavid Faure
... by having a different list of shareable objects per thread. REVIEW: 118739
2014-03-23KStandardDirs -> QStandardPaths in apidoxAlex Merry
2013-12-18Code reformatted using kde-dev-scripts/astyle-kdelibs.David Faure
Use git blame -w 867e7a5 to show authorship as it was before this commit.
2013-12-18Move kconfig code to the root directory.Jenkins CI