From 753a5d402674d4465c86f01ca7ff9ede53377964 Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Sat, 10 Jan 2015 17:43:23 +0100 Subject: [PATCH] Make name accessible in BasicBlockWidgets --- src/gui/widgets/BasicBlockWidget.hxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gui/widgets/BasicBlockWidget.hxx b/src/gui/widgets/BasicBlockWidget.hxx index 8c86667..9b2df93 100644 --- a/src/gui/widgets/BasicBlockWidget.hxx +++ b/src/gui/widgets/BasicBlockWidget.hxx @@ -58,6 +58,9 @@ public: return next; } + QString getName() const { + return name; + } private: uint32_t width, height; QGraphicsProxyWidget _proxy; -- 2.39.2