We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a56a2e commit 7b845e2Copy full SHA for 7b845e2
src/KDChart/KDChartLegend.h
@@ -387,7 +387,7 @@ m_legend->setFloatingPosition( relativePosition );
387
388
QSize minimumSizeHint() const override;
389
QSize sizeHint() const override;
390
- bool hasHeightForWidth() const override;
+ bool hasHeightForWidth() const; //override;
391
int heightForWidth( int width ) const override;
392
void needSizeHint() override;
393
void resizeLayout( const QSize& size ) override;
0 commit comments