Fix typo in rhi

Pick-to: 6.0
Change-Id: I2e920e8e68b7010b565c422bb26708d172d345e8
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
This commit is contained in:
Antti Määttä 2020-11-27 13:08:38 +02:00
parent 39cd65589d
commit aa5839bdce

View File

@ -221,7 +221,7 @@ public:
void setLocation(int loc) { m_location = loc; }
Format format() const { return m_format; }
void setFormt(Format f) { m_format = f; }
void setFormat(Format f) { m_format = f; }
quint32 offset() const { return m_offset; }
void setOffset(quint32 ofs) { m_offset = ofs; }