diff options
author | archshift <gh@archshift.com> | 2015-08-26 05:12:59 +0200 |
---|---|---|
committer | archshift <gh@archshift.com> | 2015-08-26 05:12:59 +0200 |
commit | 4ad86a6f7889cba716d2a329d54cde09b250273c (patch) | |
tree | a7ae936b127245419e9d9be106de807c08df11e8 | |
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 yuzu-4ad86a6f7889cba716d2a329d54cde09b250273c.tar.gz yuzu-4ad86a6f7889cba716d2a329d54cde09b250273c.tar.bz2 yuzu-4ad86a6f7889cba716d2a329d54cde09b250273c.tar.lz yuzu-4ad86a6f7889cba716d2a329d54cde09b250273c.tar.xz yuzu-4ad86a6f7889cba716d2a329d54cde09b250273c.tar.zst yuzu-4ad86a6f7889cba716d2a329d54cde09b250273c.zip |
-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 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#pragma once + #include <QFont> /// Returns a QFont object appropriate to use as a monospace font for debugging widgets, etc. |