From 6256ce6f800e07b007154885ea218efd2acc6502 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Thu, 26 Jul 2018 15:55:35 +0200 Subject: Fix an error in sync.profile Only add the additional forward header for QIviSearchAndBrowseModelItem The QIviStandardItem header is created automatically and doesn't need to be added. Change-Id: Ic6a78167908b00a846da983524b8b7603f76c801 Reviewed-by: Robert Griebl --- sync.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 631e40a..9478753 100644 --- a/sync.profile +++ b/sync.profile @@ -9,7 +9,7 @@ %classnames = ( "qdlt.h" => "QtDlt", "qiviqueryterm.h" => "QIviAbstractQueryTerm", "QIviConjunctionTerm", "QIviScopeTerm", "QIviFilterTerm", "QIviOrderTerm", - "qivistandarditem.h" => "QIviStandardItem", "QIviSearchAndBrowseModelItem", + "qivistandarditem.h" => "QIviSearchAndBrowseModelItem" ); %deprecatedheaders = ( ); -- cgit v1.2.1