mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
coding standards
This commit is contained in:
parent
d4a4c8902a
commit
99c52f8602
1 changed files with 2 additions and 2 deletions
|
@ -91,9 +91,9 @@ private:
|
|||
gpu::TexturePointer _texture;
|
||||
QString _url;
|
||||
QString _scriptURL;
|
||||
float _dpi { 30 };
|
||||
float _dpi { 30.0f };
|
||||
int _geometryId { 0 };
|
||||
bool _showKeyboardFocusHighlight{ true };
|
||||
bool _showKeyboardFocusHighlight { true };
|
||||
|
||||
QTouchDevice _touchDevice;
|
||||
|
||||
|
|
Loading…
Reference in a new issue