diff options
author | Spencer Ross <brashendeavours@gmail.com> | 2017-08-19 23:16:38 -0400 |
---|---|---|
committer | Spencer Ross <brashendeavours@gmail.com> | 2017-08-19 23:16:38 -0400 |
commit | 2b35d7086f9585bb18fff3456b9d37d027d0f901 (patch) | |
tree | 5ebe6f2fae6aa4bae6d5fc24527d4551d6fa61a1 /grc/core/generator/Generator.py | |
parent | b2a294302e5cd72ec41b5471f3f8dc5da9abff66 (diff) |
moves gui_hint logic into parsing function, removes GuiHint class from Param.py, cleans up gr-qtgui blocks <make> functions
Diffstat (limited to 'grc/core/generator/Generator.py')
-rw-r--r-- | grc/core/generator/Generator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/core/generator/Generator.py b/grc/core/generator/Generator.py index 8c1cd9a6b0..2e639d4985 100644 --- a/grc/core/generator/Generator.py +++ b/grc/core/generator/Generator.py @@ -398,6 +398,6 @@ class QtHierBlockGenerator(HierBlockGenerator): block_n['make'] += ( "\n#set $win = 'self.%s' % $id" - "\n${gui_hint()($win)}" + "\n${gui_hint() % $win}" ) return n |