mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-22 10:25:47 -05:00
Qt/Mapping: Use QGridLayout in a few more places
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
#include "DolphinQt/Config/Mapping/MappingWidget.h"
|
||||
|
||||
class QHBoxLayout;
|
||||
class QGridLayout;
|
||||
|
||||
class HotkeyDebugging final : public MappingWidget
|
||||
{
|
||||
@@ -22,5 +22,5 @@ private:
|
||||
void CreateMainLayout();
|
||||
|
||||
// Main
|
||||
QHBoxLayout* m_main_layout;
|
||||
QGridLayout* m_main_layout;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user