DolphinQt: Rename "Keyboard" to "Keyboard Controller" and add warning text.

This commit is contained in:
Jordan Woyak
2022-11-11 01:55:24 -06:00
parent 296959ec58
commit e9af3d945a
3 changed files with 25 additions and 27 deletions

View File

@ -5,13 +5,6 @@
#include "DolphinQt/Config/Mapping/MappingWidget.h"
class QCheckBox;
class QFormLayout;
class QGroupBox;
class QHBoxLayout;
class QLabel;
class QVBoxLayout;
class GCKeyboardEmu final : public MappingWidget
{
Q_OBJECT
@ -24,7 +17,4 @@ private:
void LoadSettings() override;
void SaveSettings() override;
void CreateMainLayout();
// Main
QHBoxLayout* m_main_layout;
};