Expand text for printing.

This commit is contained in:
Jim Evins
2016-12-30 12:59:54 -05:00
parent 27306808fb
commit 2b36558caf
2 changed files with 133 additions and 6 deletions
+3 -1
View File
@@ -144,7 +144,9 @@ protected:
private:
virtual void sizeUpdated();
void update();
void drawTextReal( QPainter* painter, const QColor& color ) const;
void drawTextInEditor( QPainter* painter, const QColor& color ) const;
void drawText( QPainter* painter, const QColor&color, merge::Record* record ) const;
QString expandText( QString text, merge::Record* record ) const;
///////////////////////////////////////////////////////////////