summaryrefslogtreecommitdiff
path: root/src/yuzu/debugger/graphics/graphics_breakpoints_p.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-02 22:04:52 -0400
committerLioncash <mathew1800@gmail.com>2018-08-02 22:18:33 -0400
commitdb340f640274da26dec7a60fe00a9814d4165dcd (patch)
tree5e66c3beb2205987994ea1a7afcff45d982f129b /src/yuzu/debugger/graphics/graphics_breakpoints_p.h
parenta03c644aed943397f7a4e44715a167e0471b6262 (diff)
yuzu: Use Qt 5 signal/slots where applicable
Makes the signal/slot connections type-safe instead of string-based.
Diffstat (limited to 'src/yuzu/debugger/graphics/graphics_breakpoints_p.h')
-rw-r--r--src/yuzu/debugger/graphics/graphics_breakpoints_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/debugger/graphics/graphics_breakpoints_p.h b/src/yuzu/debugger/graphics/graphics_breakpoints_p.h
index 35a6876ae..7112b87e6 100644
--- a/src/yuzu/debugger/graphics/graphics_breakpoints_p.h
+++ b/src/yuzu/debugger/graphics/graphics_breakpoints_p.h
@@ -25,7 +25,6 @@ public:
bool setData(const QModelIndex& index, const QVariant& value, int role = Qt::EditRole) override;
-public slots:
void OnBreakPointHit(Tegra::DebugContext::Event event);
void OnResumed();