! \internal Returns a size hint that is the same as \ref minimumSizeHint. */
| 14733 | |
| 14734 | */ |
| 14735 | QSize QCustomPlot::sizeHint() const |
| 14736 | { |
| 14737 | return mPlotLayout->minimumOuterSizeHint(); |
| 14738 | } |
| 14739 | |
| 14740 | /*! \internal |
| 14741 |
nothing calls this directly
no test coverage detected