summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2016-05-11 19:49:07 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2016-05-13 16:32:33 +0000
commitce0593db73d3fd620e9264f9650ec8b5418a1b89 (patch)
treeca7c0b19966b17c55790dae0fdc627641d1f1896 /sync.profile
parentf27cc219e3ad79fe928bac69dd1f88fed7dacb7e (diff)
downloadqtivi-ce0593db73d3fd620e9264f9650ec8b5418a1b89.tar.gz
Added a parser for the qtivi query language based on QLALR
The query parser uses flex for the symbol scanning and QLALR for the syntax checking. The query parser will be used in the upcoming browsing and search model interface for providing a powerful and flexible way to filter a model or search for specific content. Change-Id: Ic1b03f36ba8d12fac612ea27d1cb45c6079583ba Reviewed-by: Robert Griebl <robert.griebl@pelagicore.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 d67a099..9f2f56a 100644
--- a/sync.profile
+++ b/sync.profile
@@ -7,6 +7,7 @@
);
%classnames = (
"qdlt.h" => "QtDlt",
+ "qtiviqueryterm.h" => "QtIVIAbstractQueryTerm", "QtIVIConjunctionTerm", "QtIVIScopeTerm", "QtIVIFilterTerm", "QtIVIOrderTerm",
);
%deprecatedheaders = (
);