diff --git a/CMakeLists.txt b/CMakeLists.txt index 133d9f7e6..0790c0878 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -802,7 +802,6 @@ if (APPLE) set(\${default_embedded_path_var} \"\${path}\" PARENT_SCOPE) endif() endfunction() - cmake_policy(SET CMP0009 OLD) fixup_bundle(\"${INSTALLED_OPENMW_APP}\" \"${PLUGINS}\" \"\") fixup_bundle(\"${INSTALLED_OPENCS_APP}\" \"${OPENCS_PLUGINS}\" \"\") diff --git a/apps/opencs/view/world/dragrecordtable.cpp b/apps/opencs/view/world/dragrecordtable.cpp index a5f933283..8bb5659fd 100644 --- a/apps/opencs/view/world/dragrecordtable.cpp +++ b/apps/opencs/view/world/dragrecordtable.cpp @@ -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))