diff options
Diffstat (limited to 'ui/render.h')
| -rw-r--r-- | ui/render.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/render.h b/ui/render.h index 5277f81f..5464f684 100644 --- a/ui/render.h +++ b/ui/render.h @@ -83,6 +83,7 @@ public: HighlightTokenState getHighlightTokenForTextToken(const BinaryNinja::InstructionTextToken& token); void drawText(QPainter& p, int x, int y, QColor color, const QString& text); + void drawUnderlinedText(QPainter& p, int x, int y, QColor color, const QString& text); void drawSeparatorLine(QPainter& p, QColor top, QColor bottom, QColor line, const QRect& rect); void drawInstructionHighlight(QPainter& p, const QRect& rect); |
