diff options
| author | 2015-09-11 18:17:24 -0300 | |
|---|---|---|
| committer | 2015-09-11 18:17:24 -0300 | |
| commit | 48f9bef75d6b0936c704e852223991e209ec8319 (patch) | |
| tree | 876fba83ba8f265edb16704b8c261112270150d4 /src/citra_qt/util/util.cpp | |
| parent | Merge pull request #1143 from lioncash/vcore-hdr (diff) | |
| parent | citra_qt: Reorganize headers (diff) | |
| download | yuzu-48f9bef75d6b0936c704e852223991e209ec8319.tar.gz yuzu-48f9bef75d6b0936c704e852223991e209ec8319.tar.xz yuzu-48f9bef75d6b0936c704e852223991e209ec8319.zip | |
Merge pull request #1142 from lioncash/hdrqt
citra_qt: Reorganize headers
Diffstat (limited to 'src/citra_qt/util/util.cpp')
| -rw-r--r-- | src/citra_qt/util/util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/util/util.cpp b/src/citra_qt/util/util.cpp index 2cb939af1..f292046b7 100644 --- a/src/citra_qt/util/util.cpp +++ b/src/citra_qt/util/util.cpp | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include "util.h" | 5 | #include "citra_qt/util/util.h" |
| 6 | 6 | ||
| 7 | QFont GetMonospaceFont() { | 7 | QFont GetMonospaceFont() { |
| 8 | QFont font("monospace"); | 8 | QFont font("monospace"); |