Revert "rework xqitem::setData, part I"
This reverts commit 20b9ba967d
.
This commit is contained in:
@@ -105,7 +105,6 @@ void XQCommand::saveNodes( const QModelIndexList& list )
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//! erzeugt einen string aus dem command-type, fürs debuggen.
|
||||
|
||||
QString XQCommand::toString()
|
||||
|
@@ -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
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user