diff options
Diffstat (limited to 'src/citra_qt/config')
| -rw-r--r-- | src/citra_qt/config/controller_config.cpp | 4 | ||||
| -rw-r--r-- | src/citra_qt/config/controller_config.hxx | 4 | ||||
| -rw-r--r-- | src/citra_qt/config/controller_config_util.cpp | 4 | ||||
| -rw-r--r-- | src/citra_qt/config/controller_config_util.hxx | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/src/citra_qt/config/controller_config.cpp b/src/citra_qt/config/controller_config.cpp index 52dfb627c..41000e29b 100644 --- a/src/citra_qt/config/controller_config.cpp +++ b/src/citra_qt/config/controller_config.cpp | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | // Copyright 2014 Citra Emulator Project | ||
| 2 | // Licensed under GPLv2 or any later version | ||
| 3 | // Refer to the license.txt file included. | ||
| 4 | |||
| 1 | #include <QDialogButtonBox> | 5 | #include <QDialogButtonBox> |
| 2 | 6 | ||
| 3 | #include "controller_config.hxx" | 7 | #include "controller_config.hxx" |
diff --git a/src/citra_qt/config/controller_config.hxx b/src/citra_qt/config/controller_config.hxx index 0e423ee50..451593de1 100644 --- a/src/citra_qt/config/controller_config.hxx +++ b/src/citra_qt/config/controller_config.hxx | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | // Copyright 2014 Citra Emulator Project | ||
| 2 | // Licensed under GPLv2 or any later version | ||
| 3 | // Refer to the license.txt file included. | ||
| 4 | |||
| 1 | #ifndef _CONTROLLER_CONFIG_HXX_ | 5 | #ifndef _CONTROLLER_CONFIG_HXX_ |
| 2 | #define _CONTROLLER_CONFIG_HXX_ | 6 | #define _CONTROLLER_CONFIG_HXX_ |
| 3 | 7 | ||
diff --git a/src/citra_qt/config/controller_config_util.cpp b/src/citra_qt/config/controller_config_util.cpp index aee3f8616..272e8d41e 100644 --- a/src/citra_qt/config/controller_config_util.cpp +++ b/src/citra_qt/config/controller_config_util.cpp | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | // Copyright 2014 Citra Emulator Project | ||
| 2 | // Licensed under GPLv2 or any later version | ||
| 3 | // Refer to the license.txt file included. | ||
| 4 | |||
| 1 | #include <QPushButton> | 5 | #include <QPushButton> |
| 2 | #include <QStyle> | 6 | #include <QStyle> |
| 3 | #include <QGridLayout> | 7 | #include <QGridLayout> |
diff --git a/src/citra_qt/config/controller_config_util.hxx b/src/citra_qt/config/controller_config_util.hxx index af38f126c..15e025b57 100644 --- a/src/citra_qt/config/controller_config_util.hxx +++ b/src/citra_qt/config/controller_config_util.hxx | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | // Copyright 2014 Citra Emulator Project | ||
| 2 | // Licensed under GPLv2 or any later version | ||
| 3 | // Refer to the license.txt file included. | ||
| 4 | |||
| 1 | #ifndef _CONTROLLER_CONFIG_UTIL_HXX_ | 5 | #ifndef _CONTROLLER_CONFIG_UTIL_HXX_ |
| 2 | #define _CONTROLLER_CONFIG_UTIL_HXX_ | 6 | #define _CONTROLLER_CONFIG_UTIL_HXX_ |
| 3 | 7 | ||