mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04: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…
x
Reference in New Issue
Block a user