mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt/WiimoteControllersWidget: Add bluetooth unavailable message
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
class CommonControllersWidget;
|
||||
class GamecubeControllersWidget;
|
||||
class QDialogButtonBox;
|
||||
class QShowEvent;
|
||||
class WiimoteControllersWidget;
|
||||
|
||||
class ControllersWindow final : public QDialog
|
||||
@ -16,6 +17,9 @@ class ControllersWindow final : public QDialog
|
||||
public:
|
||||
explicit ControllersWindow(QWidget* parent);
|
||||
|
||||
protected:
|
||||
void showEvent(QShowEvent* event) override;
|
||||
|
||||
private:
|
||||
void CreateMainLayout();
|
||||
void ConnectWidgets();
|
||||
|
Reference in New Issue
Block a user