ui: Colors in SearchView
Show the right colors in SearchView for the different NodeTypes or QueryNodeTyps Note: add colors to your Applcationsettings like in the template fortune cookie message = recognition will come from unexpected sources
This commit is contained in:
@@ -56,7 +56,8 @@ char QueryOperator::getOperator(OperatorType t)
|
||||
}
|
||||
|
||||
QueryOperator::QueryOperator(OperatorType type, bool isImplicit)
|
||||
: m_type(type)
|
||||
: QueryNode(QueryNode::QUERYNODETYPE_OPERATOR)
|
||||
, m_type(type)
|
||||
, m_isImplicit(isImplicit)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user