mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-03 00:42:39 +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
|
@ -23,6 +23,12 @@ ControllersWindow::ControllersWindow(QWidget* parent) : QDialog(parent)
|
|||
ConnectWidgets();
|
||||
}
|
||||
|
||||
void ControllersWindow::showEvent(QShowEvent* event)
|
||||
{
|
||||
QDialog::showEvent(event);
|
||||
m_wiimote_controllers->UpdateBluetoothAvailableStatus();
|
||||
}
|
||||
|
||||
void ControllersWindow::CreateMainLayout()
|
||||
{
|
||||
auto* layout = new QVBoxLayout();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue