diff options
| author | 2015-01-03 15:51:14 -0800 | |
|---|---|---|
| committer | 2015-01-06 04:51:54 -0800 | |
| commit | b0a14cfe7f0075d0758371276b7f6384856aa6ff (patch) | |
| tree | 1c7c0f0f9c707138a0a7f37583c0ef31cd94bec3 /src/citra_qt/config/controller_config_util.cpp | |
| parent | Merge pull request #419 from linkmauve/no-x86-specifics (diff) | |
| download | yuzu-b0a14cfe7f0075d0758371276b7f6384856aa6ff.tar.gz yuzu-b0a14cfe7f0075d0758371276b7f6384856aa6ff.tar.xz yuzu-b0a14cfe7f0075d0758371276b7f6384856aa6ff.zip | |
citra-qt: 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) |