mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Revert "DolphinQt: Minor consistency fixes for the Settings window"
This reverts commit 9d45bac175
.
This commit is contained in:
@ -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();
|
||||
};
|
Reference in New Issue
Block a user