summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2018-07-26 15:55:35 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2018-07-27 13:16:44 +0000
commit6256ce6f800e07b007154885ea218efd2acc6502 (patch)
tree2496d632e38a78f03c54f75435a32d7c33f1d138 /sync.profile
parentb65016eddb57d3b2cd7aa86b1f1bd0ee46f4f976 (diff)
downloadqtivi-6256ce6f800e07b007154885ea218efd2acc6502.tar.gz
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 <robert.griebl@pelagicore.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile2
1 files changed, 1 insertions, 1 deletions
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 = (
);