From 6b5bf41d9fa06ad4a2a1cc20a19808cf94199676 Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 14 Aug 2019 15:43:17 +0200 Subject: [PATCH] Try even harder to register Utils::CommandLine and FilePath Amends a460fa31529a. Change-Id: Id251c6ead6ca31020a3d990028a4ceac11bdac25 Reviewed-by: Eike Ziller --- src/plugins/coreplugin/coreplugin.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/coreplugin/coreplugin.cpp b/src/plugins/coreplugin/coreplugin.cpp index 98bab9d216a..1ed0ed0dd7a 100644 --- a/src/plugins/coreplugin/coreplugin.cpp +++ b/src/plugins/coreplugin/coreplugin.cpp @@ -80,6 +80,8 @@ CorePlugin::CorePlugin() { qRegisterMetaType(); qRegisterMetaType(); + qRegisterMetaType(); + qRegisterMetaType(); m_instance = this; }