From fd60f35194230d82745e75e1856ccfd73b0153e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 23 Mar 2023 19:00:30 +0100 Subject: Fix the missing code generation for Introspect interface, if the interface is defined in the XML file. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/tools/dbusxml2qt3/main.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/tools/dbusxml2qt3/main.cpp b/src/tools/dbusxml2qt3/main.cpp index 1f1674f..0790c78 100644 --- a/src/tools/dbusxml2qt3/main.cpp +++ b/src/tools/dbusxml2qt3/main.cpp @@ -119,10 +119,7 @@ int main(int argc, char** argv) { hasIntrospectable = true; } - else - { - interfaces << classData; - } + interfaces << classData; } } } -- cgit v1.2.1