aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfig_compiler/test8main.cpp
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2016-12-07 09:29:31 +0100
committerDavid Faure <faure@kde.org>2016-12-07 09:29:38 +0100
commit4f9d7dde3a06da26d93e8f7ec98a283111a2d8c9 (patch)
tree519ffaac87f803d54731f1831cb0e9867c504e4e /autotests/kconfig_compiler/test8main.cpp
parentebcaf997ca4e7cf687604ccb081d577f87b08008 (diff)
downloadkconfig-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/test8main.cpp')
-rw-r--r--autotests/kconfig_compiler/test8main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/autotests/kconfig_compiler/test8main.cpp b/autotests/kconfig_compiler/test8main.cpp
index 9843df72..b8fcc492 100644
--- a/autotests/kconfig_compiler/test8main.cpp
+++ b/autotests/kconfig_compiler/test8main.cpp
@@ -21,7 +21,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "test8a.h"
#include "test8b.h"
-#include "test8c.h"
#include <QGuiApplication>
int main(int argc, char **argv)
@@ -31,8 +30,6 @@ int main(int argc, char **argv)
Test8a *config1 = new Test8a(KSharedConfig::openConfig(QString()));
Test8a *config2 = new Test8a();
Test8b::self();
- Test8c::instance(KSharedConfig::openConfig(QString()));
- Test8c::self();
delete config1;
delete config2;
return 0;