aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfig_compiler/test8main.cpp
diff options
context:
space:
mode:
authorl10n daemon script <scripty@kde.org>2016-12-07 09:06:25 +0000
committerl10n daemon script <scripty@kde.org>2016-12-07 09:06:25 +0000
commit6e2a0fd0f427a665a9e65e6b226db10c5116c67f (patch)
tree6e051bf0819831b528c71e9454eaf0ab0dc1f238 /autotests/kconfig_compiler/test8main.cpp
parentb7cc6bd8755515c0f84932926a44c42723c26c11 (diff)
parent4f9d7dde3a06da26d93e8f7ec98a283111a2d8c9 (diff)
downloadkconfig-899cb54aad1b4f0e8cf56a99f8ac0ed86fb09a43.tar.gz
kconfig-899cb54aad1b4f0e8cf56a99f8ac0ed86fb09a43.tar.bz2
Merge remote-tracking branch 'origin/master' into local_releasev5.29.0-rc2v5.29.0
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;