qt: Default destructors where applicable

Makes code consistent with our style of defaulting special member
functions where applicable.
This commit is contained in:
Lioncash 2018-08-06 12:58:46 -04:00
parent bca27da66b
commit 5de7c31baa
9 changed files with 15 additions and 16 deletions

View file

@ -14,7 +14,7 @@
#include "core/hle/kernel/timer.h"
#include "core/hle/kernel/wait_object.h"
WaitTreeItem::~WaitTreeItem() {}
WaitTreeItem::~WaitTreeItem() = default;
QColor WaitTreeItem::GetColor() const {
return QColor(Qt::GlobalColor::black);