aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgrhitextureglyphcache_p.h
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2021-01-26 08:08:48 +0100
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2021-01-27 08:28:51 +0100
commitab687458b271e1eeaebb4b1a02f7d08c335cd237 (patch)
treee682a096dd5c4b4d45ab0fce73cccc58f77dab83 /src/quick/scenegraph/qsgrhitextureglyphcache_p.h
parent5e18ebc6f9a4cbcd9be691530ed45a24412f402a (diff)
Fix compilation after subpixel handling changes in qtbase
Change-Id: Ife394e660274dd9dbe17207e18c5024f90628a00 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/quick/scenegraph/qsgrhitextureglyphcache_p.h')
-rw-r--r--src/quick/scenegraph/qsgrhitextureglyphcache_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/scenegraph/qsgrhitextureglyphcache_p.h b/src/quick/scenegraph/qsgrhitextureglyphcache_p.h
index 49854a596e..c3964ee09f 100644
--- a/src/quick/scenegraph/qsgrhitextureglyphcache_p.h
+++ b/src/quick/scenegraph/qsgrhitextureglyphcache_p.h
@@ -66,7 +66,7 @@ public:
void createTextureData(int width, int height) override;
void resizeTextureData(int width, int height) override;
void beginFillTexture() override;
- void fillTexture(const Coord &c, glyph_t glyph, QFixed subPixelPosition) override;
+ void fillTexture(const Coord &c, glyph_t glyph, const QFixedPoint &subPixelPosition) override;
void endFillTexture() override;
int glyphPadding() const override;
int maxTextureWidth() const override;