mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
Fix typo found in passing
This commit is contained in:
parent
63d8da0233
commit
abb62fd8f9
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public:
|
|||
virtual TextOverlay* createClone() const;
|
||||
virtual QScriptValue getProperty(const QString& property);
|
||||
|
||||
QSizeF textSize(const QString& test) const; // Pixels
|
||||
QSizeF textSize(const QString& text) const; // Pixels
|
||||
|
||||
private:
|
||||
QString _text;
|
||||
|
|
Loading…
Reference in a new issue