mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 10:08:51 +00:00
Qt/WiimoteControllersWidget: Add bluetooth unavailable message
This commit is contained in:
parent
88fc431dce
commit
d18735e82e
6 changed files with 28 additions and 0 deletions
|
@ -27,6 +27,8 @@ class WiimoteControllersWidget final : public QWidget
|
|||
public:
|
||||
explicit WiimoteControllersWidget(QWidget* parent);
|
||||
|
||||
void UpdateBluetoothAvailableStatus();
|
||||
|
||||
private:
|
||||
void SaveSettings();
|
||||
void OnBluetoothPassthroughSyncPressed();
|
||||
|
@ -55,4 +57,5 @@ private:
|
|||
QCheckBox* m_wiimote_speaker_data;
|
||||
QCheckBox* m_wiimote_ciface;
|
||||
QPushButton* m_wiimote_refresh;
|
||||
QLabel* m_bluetooth_unavailable;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue