mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Revert "DolphinQt: Minor consistency fixes for the Settings window"
This reverts commit 9d45bac175
.
This commit is contained in:
parent
e69f7e7c77
commit
e376a985e4
10 changed files with 81 additions and 203 deletions
|
@ -1,28 +0,0 @@
|
|||
// Copyright 2021 Dolphin Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
class QLineEdit;
|
||||
|
||||
class BroadbandAdapterSettingsDialog final : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
enum class Type
|
||||
{
|
||||
Ethernet,
|
||||
XLinkKai,
|
||||
};
|
||||
|
||||
explicit BroadbandAdapterSettingsDialog(QWidget* target, Type bba_type);
|
||||
|
||||
private:
|
||||
QLineEdit* m_address_input;
|
||||
Type m_bba_type;
|
||||
|
||||
void InitControls();
|
||||
void SaveAddress();
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue