lumiera_/src/gui/widget
Ichthyostega 9ff79b86cf fix warnings found by CLang (3.5)
Note: not fixing all relevant warnings.

Especially, the "-Woverloaded-virtual" of Clang defeats the whole purpose
of generated generic interfaces. For example, our Variant type is instantiated
with a list of types the variant can hold. Through metaprogramming, this
instantiation generates also an embedded Visitor interface, which has
virtual 'handle(TY)' functions for all the types in question

The client now may implement, or even partially implement this Visitor,
to retrieve specific data out of given Variant instance with unknown conent.
To complain that some other virtual overload is now shaddowed is besides the point,
so we might consider to disable this warning altogether
2015-08-16 01:37:04 +02:00
..
timeline fix warnings found by CLang (3.5) 2015-08-16 01:37:04 +02:00
button-bar.cpp style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
button-bar.hpp style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
menu-button.cpp style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
menu-button.hpp style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
mini-button.hpp style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
panel-bar.cpp style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
panel-bar.hpp style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
timecode-widget.cpp style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
timecode-widget.hpp style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
timeline-widget.cpp style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
timeline-widget.hpp fix warnings found by CLang (3.5) 2015-08-16 01:37:04 +02:00
video-display-widget.cpp style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00
video-display-widget.hpp style-adjustment: GUI indentation, naming and braces 2015-05-29 04:44:58 +02:00