Gui: modernize C++: use equals default
This commit is contained in:
@@ -50,9 +50,7 @@ TreeView::TreeView(QWidget* parent)
|
||||
this->setMouseTracking(true); // needed for itemEntered() to work
|
||||
}
|
||||
|
||||
TreeView::~TreeView()
|
||||
{
|
||||
}
|
||||
TreeView::~TreeView() = default;
|
||||
|
||||
void TreeView::mouseDoubleClickEvent (QMouseEvent * event)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user