Fix typo in rhi
Change-Id: I2e920e8e68b7010b565c422bb26708d172d345e8 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io> (cherry picked from commit aa5839bdcef90d5976cb9e6a4647c5172f51c7e9) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
d3397c92a0
commit
0c23b8823a
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user