mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 01:58:01 -05:00
yuzu: Use Qt 5 signal/slots where applicable
Makes the signal/slot connections type-safe instead of string-based.
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user