/* This file is (c) 2008-2018 Abs62 * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include #include "treeview.hh" void TreeView::dropEvent( QDropEvent * event ) { QTreeView::dropEvent( event ); }