Skip to content
Commit 241be918 authored by Kevin Ottens's avatar Kevin Ottens
Browse files

Make QueryTreeModel templated

Splitting QueryTreeModel in QueryTreeModelBase (which uses NodeBase)
and QueryTreeModel<T> (which uses Node<T>). This way we have a generic
model we can use to mix queries and create trees from them.
parent cc65de18
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment