Port #942 from yuzu: "qt: Minor cleanup-related changes"

This commit is contained in:
fearlessTobi 2018-08-24 17:14:09 +02:00
parent 47025552c7
commit 1f0cbf43d6
13 changed files with 25 additions and 25 deletions

View file

@ -13,7 +13,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);