]> git.siccegge.de Git - frida/frida.git/commitdiff
Make name accessible in BasicBlockWidgets
authorChristoph Egger <christoph@christoph-egger.org>
Sat, 10 Jan 2015 16:43:23 +0000 (17:43 +0100)
committerChristoph Egger <christoph@christoph-egger.org>
Sat, 10 Jan 2015 16:43:23 +0000 (17:43 +0100)
src/gui/widgets/BasicBlockWidget.hxx

index 8c86667f7c9a480e5a32d2eb8745dc50c49841aa..9b2df93551dff6f974407ac180acf2189499f005 100644 (file)
@@ -58,6 +58,9 @@ public:
                return next;
        }
 
+       QString getName() const {
+               return name;
+       }
 private:
        uint32_t width, height;
        QGraphicsProxyWidget _proxy;