summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2018-06-22 15:03:14 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2018-07-09 15:39:26 +0000
commitb3ac38f4dd8cf76b972df20fcd0f4d68518c2ce6 (patch)
treeed344501a4d2634732cadd443147ebf3ae73be2d /sync.profile
parentf68c97087b6aa9028e9de23ea69f176ae55753be (diff)
downloadqtivi-b3ac38f4dd8cf76b972df20fcd0f4d68518c2ce6.tar.gz
Rename the QIviSearchAndBrowseModelItem to QIviStandardItem
The QIviStandardItem should be used as a base for all autogenerated structs and also within the QIviPagingModel and all derived class. The previous name was too specific for this usecase. Forward headers for the old name and a typedef are created to make the transition as smooth as possible. Task-number: AUTOSUITE-584 Change-Id: I71b6cccc1c4f4317c6c9ea327c7672698f7dbe55 Reviewed-by: Antti Hölttä <ahoelttae@luxoft.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index dd46ea2..631e40a 100644
--- a/sync.profile
+++ b/sync.profile
@@ -9,6 +9,7 @@
%classnames = (
"qdlt.h" => "QtDlt",
"qiviqueryterm.h" => "QIviAbstractQueryTerm", "QIviConjunctionTerm", "QIviScopeTerm", "QIviFilterTerm", "QIviOrderTerm",
+ "qivistandarditem.h" => "QIviStandardItem", "QIviSearchAndBrowseModelItem",
);
%deprecatedheaders = (
);