mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +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
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue