berniev
75acacd1b7
Gui: Use auto and range-based for ( #7481 )
...
* On lines where the variable type is obvious from inspection, avoid repeating the type using auto.
* When possible use a ranged for loop instead of begin() and end() iterators
2022-09-14 13:25:13 -05:00
Chris Hennes
bedf920702
Gui: PR6497 move return statement to new line
2022-03-29 12:33:50 -05:00
Uwe
a64563c92e
[Gui] Inventor: remove unused includes
...
-also move some includes to precompiled header
2022-03-06 03:28:50 +01:00
wmayer
5196b223fb
Gui: modernize C++11
...
* remove redundant void-arg
* use nullptr
2022-02-03 11:15:46 +01:00
wmayer
b50b21576e
core system
...
force strict ISO C++ (-Wpedantic)
TODO: still a lot of variadic macros are not valid ISO C++
2019-09-18 01:01:14 +02:00
wmayer
1719d0ba6b
fix bug in SmSwitchboard::doAction
2018-01-26 16:47:56 +01:00
wmayer
f76a9a773e
add SwitchBoard node class
2017-05-01 17:42:03 +02:00