summaryrefslogtreecommitdiff
path: root/src/citra_qt/hotkeys.cpp
diff options
context:
space:
mode:
authorGravatar chrisvj2015-01-04 09:36:57 -0800
committerGravatar chrisvj2015-01-04 09:36:57 -0800
commit6dfcf2271b1ae0f6ea42994ac80d2df47e83e759 (patch)
tree74ef9280515acd8dc2e5d6810d157b776cdcdc6d /src/citra_qt/hotkeys.cpp
parentMerge pull request #403 from yuriks/shutdown-system (diff)
downloadyuzu-6dfcf2271b1ae0f6ea42994ac80d2df47e83e759.tar.gz
yuzu-6dfcf2271b1ae0f6ea42994ac80d2df47e83e759.tar.xz
yuzu-6dfcf2271b1ae0f6ea42994ac80d2df47e83e759.zip
citra-qt: Added license headers to files.
Diffstat (limited to 'src/citra_qt/hotkeys.cpp')
-rw-r--r--src/citra_qt/hotkeys.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/citra_qt/hotkeys.cpp b/src/citra_qt/hotkeys.cpp
index 5d0b52e4f..08be7ff74 100644
--- a/src/citra_qt/hotkeys.cpp
+++ b/src/citra_qt/hotkeys.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 <QKeySequence> 5#include <QKeySequence>
2#include <QSettings> 6#include <QSettings>
3#include "hotkeys.hxx" 7#include "hotkeys.hxx"