Skip to content
Snippets Groups Projects
Commit 0aa6ec42 authored by FearlessTobi's avatar FearlessTobi
Browse files

Reolve reorder warning

parent d176feff
No related branches found
No related tags found
No related merge requests found
...@@ -70,6 +70,8 @@ private: ...@@ -70,6 +70,8 @@ private:
void ConnectEvents(); void ConnectEvents();
bool CanCloseDialog(); bool CanCloseDialog();
InputCommon::InputSubsystem* input_subsystem;
std::unique_ptr<Ui::ConfigureMotionTouch> ui; std::unique_ptr<Ui::ConfigureMotionTouch> ui;
// Coordinate system of the CemuhookUDP touch provider // Coordinate system of the CemuhookUDP touch provider
...@@ -80,7 +82,5 @@ private: ...@@ -80,7 +82,5 @@ private:
bool udp_test_in_progress{}; bool udp_test_in_progress{};
InputCommon::InputSubsystem* input_subsystem;
std::vector<Settings::TouchFromButtonMap> touch_from_button_maps; std::vector<Settings::TouchFromButtonMap> touch_from_button_maps;
}; };
...@@ -205,7 +205,7 @@ Drag points to change position, or double-click table cells to edit values.</str ...@@ -205,7 +205,7 @@ Drag points to change position, or double-click table cells to edit values.</str
<customwidget> <customwidget>
<class>TouchScreenPreview</class> <class>TouchScreenPreview</class>
<extends>QFrame</extends> <extends>QFrame</extends>
<header>citra_qt/configuration/configure_touch_widget.h</header> <header>yuzu/configuration/configure_touch_widget.h</header>
<container>1</container> <container>1</container>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment