aboutsummaryrefslogtreecommitdiff
path: root/autotests/ksharedconfigtest.cpp
AgeCommit message (Collapse)Author
2021-02-22Run clang-format on all cpp/h filesAhmad Samir
NO_CHANGELOG
2020-12-13Don't include QtTest as it includes all QtCore includesLaurent Montel
2020-03-22KConfig: Convert to SPDX license statementsAndreas Cord-Landwehr
Summary: Convert license headers to SPDX statements and add license files as required by REUSE specification. Reviewers: cgiboudeaux Reviewed By: cgiboudeaux Subscribers: ognarb, cgiboudeaux, kde-frameworks-devel Tags: #frameworks Maniphest Tasks: T11550 Differential Revision: https://phabricator.kde.org/D27601
2018-09-14Port deprecated method + use strict compile flagsLaurent Montel
2015-06-15Unittest of reading config data from qt resourceSune Vuorela
REVIEW: 124098
2014-05-07Fix unit tests after renaming the test executablesAlex Richardson
now use QCoreApplication::applicationName() + "rc" as the config file name instead of hardcoding the named
2013-12-18Move kconfig code to the root directory.Jenkins CI