diff options
author | Sebastian Koslowski <koslowski@kit.edu> | 2014-06-13 10:43:22 +0200 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2014-06-13 14:33:24 -0700 |
commit | c138442d414168b681c0d4900906360a27b4c8c3 (patch) | |
tree | a7343ba21766040ef64a2f4656e5239d2e489407 /grc/python | |
parent | e620fa41fcddc467be6ddde777e702a3d4c399a9 (diff) |
grc: remove stray comment in generated flow graph
Diffstat (limited to 'grc/python')
-rw-r--r-- | grc/python/flow_graph.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/python/flow_graph.tmpl b/grc/python/flow_graph.tmpl index 885fa7534d..e1b091612b 100644 --- a/grc/python/flow_graph.tmpl +++ b/grc/python/flow_graph.tmpl @@ -230,7 +230,7 @@ gr.io_signaturev($(len($io_sigs)), $(len($io_sigs)), [$(', '.join($size_strs))]) #end for ######################################################## -# QT sink close method reimplementation +## QT sink close method reimplementation ######################################################## #if $generate_options == 'qt_gui' def closeEvent(self, event): |