Correctly handle invalid barcode data cases in label editor.

This commit is contained in:
Jim Evins
2017-05-13 15:37:16 -04:00
parent 276756a317
commit 446d580f13
3 changed files with 52 additions and 46 deletions
+1
View File
@@ -125,6 +125,7 @@ namespace glabels
void drawBcInEditor( QPainter* painter, const QColor& color ) const;
void drawBc( QPainter* painter, const QColor& color, merge::Record* record ) const;
void drawPlaceHolder( QPainter* painter, const QColor& color, const QString& text ) const;