mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-07 11:07:52 -05:00
More coding style fixes.
This commit is contained in:
@ -15,7 +15,7 @@ class QSpinBox;
|
||||
class CSpinBox;
|
||||
|
||||
// Utility class which forwards calls to OnPicaBreakPointHit and OnPicaResume to public slots.
|
||||
// This is because the Pica breakpoint callbacks will called on a non-GUI thread, while
|
||||
// This is because the Pica breakpoint callbacks are called from a non-GUI thread, while
|
||||
// the widget usually wants to perform reactions in the GUI thread.
|
||||
class BreakPointObserverDock : public QDockWidget, Pica::DebugContext::BreakPointObserver {
|
||||
Q_OBJECT
|
||||
|
Reference in New Issue
Block a user