Skip to content

Commit

Permalink
KDChartLegend.h - remove override on hasHeightForWidth()
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Jan 8, 2020
1 parent 7a56a2e commit 7b845e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KDChart/KDChartLegend.h
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ m_legend->setFloatingPosition( relativePosition );

QSize minimumSizeHint() const override;
QSize sizeHint() const override;
bool hasHeightForWidth() const override;
bool hasHeightForWidth() const; //override;
int heightForWidth( int width ) const override;
void needSizeHint() override;
void resizeLayout( const QSize& size ) override;
Expand Down

0 comments on commit 7b845e2

Please sign in to comment.