summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2022-02-18 21:20:14 +0100
committerGitHub <noreply@github.com>2022-02-18 21:20:14 +0100
commit9ebfdff6b4c999517bd149ecfa18abb9019f1c9f (patch)
treebbd0d4906cda3ac57c325beb519fc174f482ca57 /Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp
parent35b436bd6b17fb5903e534975f81cf6f6d8b08e2 (diff)
parentf2f9df7541720217b6375b78cc7b8e70e0b958f9 (diff)
Merge pull request #10423 from Pokechu22/improperly-exclusive-radio-buttons
Fix improperly exclusive radio buttons
Diffstat (limited to 'Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp')
-rw-r--r--Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp b/Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp
index 790b6ca6ce..84185da00d 100644
--- a/Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp
+++ b/Source/Core/DolphinQt/Config/ControllerInterface/DualShockUDPClientAddServerDialog.cpp
@@ -5,7 +5,6 @@
#include <fmt/format.h>
-#include <QButtonGroup>
#include <QDialog>
#include <QDialogButtonBox>
#include <QGridLayout>