mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
MappingButton: make m_block a Common::Flag
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Common/Flag.h"
|
||||
#include "DolphinQt2/QtUtils/ElidedButton.h"
|
||||
|
||||
class ControlReference;
|
||||
@ -33,5 +34,5 @@ private:
|
||||
|
||||
MappingWidget* m_parent;
|
||||
ControlReference* m_reference;
|
||||
bool m_block = false;
|
||||
Common::Flag m_block;
|
||||
};
|
||||
|
Reference in New Issue
Block a user