diff options
| author | 2015-08-25 23:06:43 -0400 | |
|---|---|---|
| committer | 2015-08-25 23:07:33 -0400 | |
| commit | e7ebb9d36cb55a17b0b7320b0b3d40657ea725cd (patch) | |
| tree | a7ae936b127245419e9d9be106de807c08df11e8 /src | |
| parent | Merge pull request #1048 from yuriks/microprofile (diff) | |
| download | yuzu-e7ebb9d36cb55a17b0b7320b0b3d40657ea725cd.tar.gz yuzu-e7ebb9d36cb55a17b0b7320b0b3d40657ea725cd.tar.xz yuzu-e7ebb9d36cb55a17b0b7320b0b3d40657ea725cd.zip | |
citra-qt: Add a missing header guard to util.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/citra_qt/util/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/citra_qt/util/util.h b/src/citra_qt/util/util.h index 0787f9eb7..98a944047 100644 --- a/src/citra_qt/util/util.h +++ b/src/citra_qt/util/util.h | |||
| @@ -2,6 +2,8 @@ | |||
| 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 | #pragma once | ||
| 6 | |||
| 5 | #include <QFont> | 7 | #include <QFont> |
| 6 | 8 | ||
| 7 | /// Returns a QFont object appropriate to use as a monospace font for debugging widgets, etc. | 9 | /// Returns a QFont object appropriate to use as a monospace font for debugging widgets, etc. |