Code review comment for lp://qastaging/~azzar1/unity/filters-fixes

Revision history for this message
Andrea Azzarone (azzar1) wrote :

> The only change is to make the FilterWidget inherit from nux::View, then the
> FilterExpanderLabel inherits from FilterWidget. This will remove the multiple
> inheritance, and the need for the dynamic_cast in the factory method.

Done.

« Back to merge proposal