Skip to content

Commit

Permalink
vo: remove eq properties in WidgetRenderer because they are not
Browse files Browse the repository at this point in the history
supported
  • Loading branch information
wang-bin committed Mar 7, 2016
1 parent 7d98c05 commit c97e295
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions widgets/QtAVWidgets/WidgetRenderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ class Q_AVWIDGETS_EXPORT WidgetRenderer : public QWidget, public QPainterRendere
{
Q_OBJECT
DPTR_DECLARE_PRIVATE(WidgetRenderer)
Q_PROPERTY(qreal brightness READ brightness WRITE setBrightness NOTIFY brightnessChanged)
Q_PROPERTY(qreal contrast READ contrast WRITE setContrast NOTIFY contrastChanged)
Q_PROPERTY(qreal hue READ hue WRITE setHue NOTIFY hueChanged)
Q_PROPERTY(qreal saturation READ saturation WRITE setSaturation NOTIFY saturationChanged)
Q_PROPERTY(QColor backgroundColor READ backgroundColor WRITE setBackgroundColor NOTIFY backgroundColorChanged)
Q_PROPERTY(QRectF regionOfInterest READ regionOfInterest WRITE setRegionOfInterest NOTIFY regionOfInterestChanged)
Q_PROPERTY(qreal sourceAspectRatio READ sourceAspectRatio NOTIFY sourceAspectRatioChanged)
Expand Down

0 comments on commit c97e295

Please sign in to comment.