aboutsummaryrefslogtreecommitdiff
path: root/autotests/ksharedconfig_in_global_object.cpp
AgeCommit message (Collapse)Author
2015-04-04KConfig: fix using KSharedConfig in global object destructor.David Faure
ksharedconfig_in_global_object.cpp is now in kdelibs4 too (where it works) and reproduces Albert's KgDifficulty testcase. CHANGELOG: fix assert when using KSharedConfig in a global object destructor. REVIEW: 122232