mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-11 09:36:37 +00:00
Removed debug
This commit is contained in:
parent
c6ec473280
commit
2e6f80688c
@ -62,7 +62,7 @@ void CSVWorld::DragRecordTable::dragMoveEvent(QDragMoveEvent *event)
|
||||
}
|
||||
|
||||
void CSVWorld::DragRecordTable::dropEvent(QDropEvent *event)
|
||||
{(void)write(1,"H\n",2);
|
||||
{
|
||||
QModelIndex index = indexAt(event->pos());
|
||||
CSMWorld::ColumnBase::Display display = getIndexDisplayType(index);
|
||||
if (CSVWorld::DragDropUtils::canAcceptData(*event, display))
|
||||
|
Loading…
Reference in New Issue
Block a user