compare: drag to compare ui.
This commit is contained in:
@@ -42,7 +42,6 @@ void CustomTableWidget::dropEvent(QDropEvent* event)
|
||||
QDataStream stream(&encoded, QIODevice::ReadOnly);
|
||||
|
||||
QVector<TransTask> tasks;
|
||||
QList<QTableWidgetItem*> draggedItems;
|
||||
while (!stream.atEnd()) {
|
||||
int row, col;
|
||||
QMap<int, QVariant> roleData;
|
||||
|
||||
Reference in New Issue
Block a user