diff options
| author | 2015-01-06 12:43:08 -0500 | |
|---|---|---|
| committer | 2015-01-06 12:43:08 -0500 | |
| commit | 0bf5a0bfc47cebb64dc2740c475a631d6fb13a2f (patch) | |
| tree | 3a173741994c239c4cd41727868ef7676acb26e3 /src/citra_qt/config/controller_config_util.cpp | |
| parent | Merge pull request #417 from kevinhartman/exclusive-tag-fix (diff) | |
| parent | citra-qt: Renamed all .hxx headers to .h (diff) | |
| download | yuzu-0bf5a0bfc47cebb64dc2740c475a631d6fb13a2f.tar.gz yuzu-0bf5a0bfc47cebb64dc2740c475a631d6fb13a2f.tar.xz yuzu-0bf5a0bfc47cebb64dc2740c475a631d6fb13a2f.zip | |
Merge pull request #402 from chrisvj/master
Renamed all .hxx headers to .h
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) |