summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm/qwasmtheme.h
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@gmail.com>2019-05-06 13:37:56 +1000
committerAapo Keskimolo <aapo.keskimolo@qt.io>2019-05-07 07:21:58 +0000
commit050e7bafad3b723fe5be6e981a32e708dbdc5150 (patch)
tree1001ba5fb1b7fdb39ac5fad5f50a6aa393ecffe1 /src/plugins/platforms/wasm/qwasmtheme.h
parent8ea0a82a6a771dd76df2d51c6ef3ed966a5b9b45 (diff)
wasm: add fixedPitch font
Also define our default font so as to return something we actually have Task-number: QTBUG-75587 Change-Id: I26e3c62921d369c3017af9796c0a20f7ac06d07c Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/plugins/platforms/wasm/qwasmtheme.h')
-rw-r--r--src/plugins/platforms/wasm/qwasmtheme.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/platforms/wasm/qwasmtheme.h b/src/plugins/platforms/wasm/qwasmtheme.h
index e4cc06e049..7123a1f3d4 100644
--- a/src/plugins/platforms/wasm/qwasmtheme.h
+++ b/src/plugins/platforms/wasm/qwasmtheme.h
@@ -31,6 +31,7 @@
#define QWASMTHEME_H
#include <qpa/qplatformtheme.h>
+#include <QtGui/QFont>
QT_BEGIN_NAMESPACE
@@ -49,6 +50,8 @@ public:
~QWasmTheme();
QVariant themeHint(ThemeHint hint) const override;
+ const QFont *font(Font type) const override;
+ QFont *fixedFont = nullptr;
};
QT_END_NAMESPACE