Documentation
This commit is contained in:
parent
fafda5a07f
commit
ccae3685ac
2 changed files with 6 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ typedef std::shared_ptr<ExplainTreeModelItem> ExplainTreeModelItemPtr;
|
|||
* 5. loops
|
||||
*/
|
||||
|
||||
/** \brief Model class for displaying the explain of a query in a tree like format.
|
||||
/** \brief Class for the nodes in the QueryExplainModel
|
||||
*/
|
||||
class ExplainTreeModelItem: public std::enable_shared_from_this<ExplainTreeModelItem> {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue