mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
get index to where we are dropping
This commit is contained in:
parent
2e33ab3a13
commit
6cf561f713
@ -465,6 +465,8 @@ void CSVWorld::Table::dropEvent(QDropEvent *event)
|
||||
{
|
||||
std::cout << "drop";
|
||||
event->acceptProposedAction();
|
||||
QModelIndex index = indexAt(event->pos());
|
||||
std::cout << index.row();
|
||||
}
|
||||
|
||||
void CSVWorld::Table::dragMoveEvent(QDragMoveEvent *event)
|
||||
|
Loading…
x
Reference in New Issue
Block a user