diff options
| author | 2015-08-25 20:12:59 -0700 | |
|---|---|---|
| committer | 2015-08-25 20:12:59 -0700 | |
| commit | 4ad86a6f7889cba716d2a329d54cde09b250273c (patch) | |
| tree | a7ae936b127245419e9d9be106de807c08df11e8 /src | |
| parent | Merge pull request #1048 from yuriks/microprofile (diff) | |
| parent | citra-qt: Add a missing header guard to util.h (diff) | |
| download | yuzu-4ad86a6f7889cba716d2a329d54cde09b250273c.tar.gz yuzu-4ad86a6f7889cba716d2a329d54cde09b250273c.tar.xz yuzu-4ad86a6f7889cba716d2a329d54cde09b250273c.zip | |
Merge pull request #1073 from lioncash/guard
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. |