Mercurial > hg > svgui
diff view/ViewProxy.h @ 1078:ee01a4062747 spectrogram-minor-refactor
Move drawVisibleText to PaintAssistant
author | Chris Cannam |
---|---|
date | Thu, 30 Jun 2016 12:40:22 +0100 |
parents | 5144d7185fb5 |
children | 179ea8a2f650 |
line wrap: on
line diff
--- a/view/ViewProxy.h Thu Jun 30 10:59:11 2016 +0100 +++ b/view/ViewProxy.h Thu Jun 30 12:40:22 2016 +0100 @@ -128,11 +128,6 @@ return m_view->shouldShowFeatureLabels(); } - virtual void drawVisibleText(QPainter &p, int x, int y, - QString text, TextStyle style) const { - m_view->drawVisibleText(p, x, y, text, style); - } - virtual void drawMeasurementRect(QPainter &p, const Layer *layer, QRect rect, bool focus) const { m_view->drawMeasurementRect(p, layer, rect, focus);