added some comments.
This commit is contained in:
@@ -85,7 +85,7 @@ public:
|
||||
virtual void cmdNew( XQCommand& command );
|
||||
virtual void cmdNewUndo( XQCommand& command );
|
||||
|
||||
// wtf!?
|
||||
/*
|
||||
bool setData(const QModelIndex& index, const QVariant& value, int role = Qt::EditRole) override
|
||||
{
|
||||
qDebug() << " --- setData: " << value.toString();
|
||||
@@ -96,6 +96,7 @@ public:
|
||||
{
|
||||
return QStandardItemModel::data( index, role );
|
||||
}
|
||||
*/
|
||||
|
||||
public slots:
|
||||
|
||||
|
Reference in New Issue
Block a user