Revert "rework xqitem::setData, part I"

This reverts commit 20b9ba967d.
This commit is contained in:
2025-08-06 17:39:22 +02:00
parent 20b9ba967d
commit 6ff6ea02a4
5 changed files with 21 additions and 51 deletions

View File

@@ -27,9 +27,6 @@ struct XQNodeBackup
XQNodePtr contentNode;
};
//!
//! \brief The XQNodeStore class
//!
class XQNodeStore : public QVector<XQNodeBackup>
{
@@ -40,9 +37,8 @@ public:
};
//! Das command enthält immer auch die betroffenen items
//! ist also auch ein node store
// Das command enthält immer auch die betroffenen items
// ist also auch eine SavedNodeList
class XQCommand : public QUndoCommand, public XQNodeStore
{