From ce0593db73d3fd620e9264f9650ec8b5418a1b89 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Wed, 11 May 2016 19:49:07 +0200 Subject: 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 --- sync.profile | 1 + 1 file changed, 1 insertion(+) (limited to 'sync.profile') 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 = ( ); -- cgit v1.2.1