Skip to content

Commit 7b845e2

Browse files
author
Allen Winter
committed
KDChartLegend.h - remove override on hasHeightForWidth()
1 parent 7a56a2e commit 7b845e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KDChart/KDChartLegend.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ m_legend->setFloatingPosition( relativePosition );
387387

388388
QSize minimumSizeHint() const override;
389389
QSize sizeHint() const override;
390-
bool hasHeightForWidth() const override;
390+
bool hasHeightForWidth() const; //override;
391391
int heightForWidth( int width ) const override;
392392
void needSizeHint() override;
393393
void resizeLayout( const QSize& size ) override;

0 commit comments

Comments
 (0)