Qt/Mapping: Use QGridLayout in a few more places

This commit is contained in:
spycrab
2019-03-16 17:55:47 +01:00
parent e31ae0b3a0
commit e8b3c6cb3e
11 changed files with 141 additions and 145 deletions

View File

@ -7,7 +7,6 @@
#include "DolphinQt/Config/Mapping/MappingWidget.h"
class QComboBox;
class QHBoxLayout;
class WiimoteEmuExtension;
class WiimoteEmuGeneral final : public MappingWidget
@ -26,9 +25,6 @@ private:
void OnAttachmentChanged(int index);
void Update();
// Main
QHBoxLayout* m_main_layout;
// Extensions
QComboBox* m_extension_combo;