diff options
Diffstat (limited to 'src/citra_qt/config/controller_config_util.cpp')
| -rw-r--r-- | src/citra_qt/config/controller_config_util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/config/controller_config_util.cpp b/src/citra_qt/config/controller_config_util.cpp index 272e8d41e..d68b119df 100644 --- a/src/citra_qt/config/controller_config_util.cpp +++ b/src/citra_qt/config/controller_config_util.cpp | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | #include <QHBoxLayout> | 9 | #include <QHBoxLayout> |
| 10 | #include <QLabel> | 10 | #include <QLabel> |
| 11 | 11 | ||
| 12 | #include "controller_config_util.hxx" | 12 | #include "controller_config_util.h" |
| 13 | 13 | ||
| 14 | /* TODO(bunnei): ImplementMe | 14 | /* TODO(bunnei): ImplementMe |
| 15 | GStickConfig::GStickConfig(common::Config::Control leftid, common::Config::Control rightid, common::Config::Control upid, common::Config::Control downid, QObject* change_receiver, QWidget* parent) : QWidget(parent) | 15 | GStickConfig::GStickConfig(common::Config::Control leftid, common::Config::Control rightid, common::Config::Control upid, common::Config::Control downid, QObject* change_receiver, QWidget* parent) : QWidget(parent) |