summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/graphics_framebuffer.hxx
diff options
context:
space:
mode:
authorGravatar Tony Wasserka2014-12-04 20:41:01 +0100
committerGravatar Tony Wasserka2014-12-09 16:37:34 +0100
commit79bb403089ff91c24b8356ad8d5bc5f7666a0d11 (patch)
tree83907606411e146ec64434438345d093bee696ca /src/citra_qt/debugger/graphics_framebuffer.hxx
parentSome code cleanup. (diff)
downloadyuzu-79bb403089ff91c24b8356ad8d5bc5f7666a0d11.tar.gz
yuzu-79bb403089ff91c24b8356ad8d5bc5f7666a0d11.tar.xz
yuzu-79bb403089ff91c24b8356ad8d5bc5f7666a0d11.zip
More coding style fixes.
Diffstat (limited to 'src/citra_qt/debugger/graphics_framebuffer.hxx')
-rw-r--r--src/citra_qt/debugger/graphics_framebuffer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/debugger/graphics_framebuffer.hxx b/src/citra_qt/debugger/graphics_framebuffer.hxx
index bb73b2f72..1151ee7a1 100644
--- a/src/citra_qt/debugger/graphics_framebuffer.hxx
+++ b/src/citra_qt/debugger/graphics_framebuffer.hxx
@@ -15,7 +15,7 @@ class QSpinBox;
15class CSpinBox; 15class CSpinBox;
16 16
17// Utility class which forwards calls to OnPicaBreakPointHit and OnPicaResume to public slots. 17// Utility class which forwards calls to OnPicaBreakPointHit and OnPicaResume to public slots.
18// This is because the Pica breakpoint callbacks will called on a non-GUI thread, while 18// This is because the Pica breakpoint callbacks are called from a non-GUI thread, while
19// the widget usually wants to perform reactions in the GUI thread. 19// the widget usually wants to perform reactions in the GUI thread.
20class BreakPointObserverDock : public QDockWidget, Pica::DebugContext::BreakPointObserver { 20class BreakPointObserverDock : public QDockWidget, Pica::DebugContext::BreakPointObserver {
21 Q_OBJECT 21 Q_OBJECT