diff options
author | David Faure <faure@kde.org> | 2016-12-07 09:29:31 +0100 |
---|---|---|
committer | David Faure <faure@kde.org> | 2016-12-07 09:29:38 +0100 |
commit | 4f9d7dde3a06da26d93e8f7ec98a283111a2d8c9 (patch) | |
tree | 519ffaac87f803d54731f1831cb0e9867c504e4e /autotests/kconfig_compiler/test8c.kcfg | |
parent | ebcaf997ca4e7cf687604ccb081d577f87b08008 (diff) | |
download | kconfig-4f9d7dde3a06da26d93e8f7ec98a283111a2d8c9.tar.gz kconfig-4f9d7dde3a06da26d93e8f7ec98a283111a2d8c9.tar.bz2 |
Revert "Generate an instance with KSharedConfig::Ptr for singleton and arg"
This reverts commit cd4e6504dfbdface00037625f0cedda511e6d839.
As suggested by Martin on release-team@kde.org, given that it breaks SC.
Diffstat (limited to 'autotests/kconfig_compiler/test8c.kcfg')
-rw-r--r-- | autotests/kconfig_compiler/test8c.kcfg | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/autotests/kconfig_compiler/test8c.kcfg b/autotests/kconfig_compiler/test8c.kcfg deleted file mode 100644 index 24038a69..00000000 --- a/autotests/kconfig_compiler/test8c.kcfg +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 - http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > - <kcfgfile arg="true"/> - - <group name="Group"> - <entry name="Font" type="Font"> - <default code="true">QFont()</default> - </entry> - - <entry name="TitleFont" type="Font"> - <default code="true">QFont()</default> - </entry> - </group> -</kcfg> |