diff options
| author | Chinmay <chinmay1dd@gmail.com> | 2020-08-17 22:53:09 -0700 |
|---|---|---|
| committer | Chinmay Deshpande <chinmay1dd@gmail.com> | 2020-09-08 09:29:18 -0700 |
| commit | 73b649e79d5cd219cb56866abf2ee5e6a64d976a (patch) | |
| tree | 07bbd8c4e5f8b6d743760a3e226a975cc83c2c15 /ui/linearview.h | |
| parent | 62aa529de8a169578c80b14e3969b076f65be205 (diff) | |
UI changes for user-informed dataflow
Diffstat (limited to 'ui/linearview.h')
| -rw-r--r-- | ui/linearview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/linearview.h b/ui/linearview.h index 26c3e9d8..00f02c76 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -197,6 +197,8 @@ private Q_SLOTS: void defineNameAtAddr(uint64_t addr); void defineName(); void undefineName(); + void setUserVariableValue(); + void clearUserVariableValue(); void createFunc(); void createFuncWithPlatform(PlatformRef platform); void defineFuncName(); |
