From c08ddcab02433cb5078b6cfea11bf972e47b3169 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Wed, 2 Jun 2021 11:27:24 -0400 Subject: Add sidebar and move some dock widgets to it --- ui/render.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/render.h') 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); -- cgit v1.3.1