mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 03:58:15 +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;
|
gpu::TexturePointer _texture;
|
||||||
QString _url;
|
QString _url;
|
||||||
QString _scriptURL;
|
QString _scriptURL;
|
||||||
float _dpi { 30 };
|
float _dpi { 30.0f };
|
||||||
int _geometryId { 0 };
|
int _geometryId { 0 };
|
||||||
bool _showKeyboardFocusHighlight{ true };
|
bool _showKeyboardFocusHighlight { true };
|
||||||
|
|
||||||
QTouchDevice _touchDevice;
|
QTouchDevice _touchDevice;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue