sections in treeview.

This commit is contained in:
2025-08-18 21:09:57 +02:00
parent 429c939cdf
commit c870ef8801
5 changed files with 31 additions and 18 deletions

View File

@@ -33,8 +33,7 @@ public:
virtual ~XQMainModel() = default;
XQItem* addProjectItem( XQNodePtr contentNode );
public slots:
void addSectionItem( const XQModelSection& section, XQItem* projectItem );
protected: