mirror of https://github.com/qt/qtdatavis3d.git
tests/manual/directional: undef a local macro
Basic code hygiene in the era of unity builds.
Amends 811be6f81b
(2014).
Pick-to: 6.10 6.9 6.8 6.5
Change-Id: I9a3e918014efdf76be8d8d46d3c0dcde230e93fc
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
11c9785f19
commit
e047b93cd7
|
@ -197,3 +197,5 @@ void ScatterDataModifier::toggleRotation()
|
|||
else
|
||||
m_rotationTimer.start(20);
|
||||
}
|
||||
|
||||
#undef HEDGEHOG
|
||||
|
|
Loading…
Reference in New Issue