mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 23:23:52 +00:00
wtf
This commit is contained in:
parent
63fd1e8df7
commit
f142f9bf86
2 changed files with 1 additions and 2 deletions
|
@ -802,7 +802,6 @@ if (APPLE)
|
||||||
set(\${default_embedded_path_var} \"\${path}\" PARENT_SCOPE)
|
set(\${default_embedded_path_var} \"\${path}\" PARENT_SCOPE)
|
||||||
endif()
|
endif()
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
cmake_policy(SET CMP0009 OLD)
|
cmake_policy(SET CMP0009 OLD)
|
||||||
fixup_bundle(\"${INSTALLED_OPENMW_APP}\" \"${PLUGINS}\" \"\")
|
fixup_bundle(\"${INSTALLED_OPENMW_APP}\" \"${PLUGINS}\" \"\")
|
||||||
fixup_bundle(\"${INSTALLED_OPENCS_APP}\" \"${OPENCS_PLUGINS}\" \"\")
|
fixup_bundle(\"${INSTALLED_OPENCS_APP}\" \"${OPENCS_PLUGINS}\" \"\")
|
||||||
|
|
|
@ -62,7 +62,7 @@ void CSVWorld::DragRecordTable::dragMoveEvent(QDragMoveEvent *event)
|
||||||
}
|
}
|
||||||
|
|
||||||
void CSVWorld::DragRecordTable::dropEvent(QDropEvent *event)
|
void CSVWorld::DragRecordTable::dropEvent(QDropEvent *event)
|
||||||
{
|
{(void)write(1,"H\n",2);
|
||||||
QModelIndex index = indexAt(event->pos());
|
QModelIndex index = indexAt(event->pos());
|
||||||
CSMWorld::ColumnBase::Display display = getIndexDisplayType(index);
|
CSMWorld::ColumnBase::Display display = getIndexDisplayType(index);
|
||||||
if (CSVWorld::DragDropUtils::canAcceptData(*event, display))
|
if (CSVWorld::DragDropUtils::canAcceptData(*event, display))
|
||||||
|
|
Loading…
Reference in a new issue