diff options
author | FearlessTobi <thm.frey@gmail.com> | 2020-08-30 00:07:38 +0200 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2020-08-30 00:43:25 +0200 |
commit | d1e1ea0fef0ddfe914f14a2d547b922b71081695 (patch) | |
tree | 5109a1542775eb682e84fa2cc1f3bff160a01759 /src/yuzu/configuration/configure_touch_from_button.cpp | |
parent | 0aa6ec42764756c8312da6faf5e67d85c3c28b2f (diff) |
Address second batch of reviews
Diffstat (limited to 'src/yuzu/configuration/configure_touch_from_button.cpp')
-rw-r--r-- | src/yuzu/configuration/configure_touch_from_button.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_touch_from_button.cpp b/src/yuzu/configuration/configure_touch_from_button.cpp index 0147e2ac3..15557e4b8 100644 --- a/src/yuzu/configuration/configure_touch_from_button.cpp +++ b/src/yuzu/configuration/configure_touch_from_button.cpp @@ -74,7 +74,6 @@ ConfigureTouchFromButton::ConfigureTouchFromButton( : QDialog(parent), ui(std::make_unique<Ui::ConfigureTouchFromButton>()), touch_maps(touch_maps), input_subsystem{input_subsystem_}, selected_index(default_index), timeout_timer(std::make_unique<QTimer>()), poll_timer(std::make_unique<QTimer>()) { - ui->setupUi(this); binding_list_model = new QStandardItemModel(0, 3, this); binding_list_model->setHorizontalHeaderLabels( |