diff options
| author | Xusheng <xusheng@vector35.com> | 2021-05-05 17:23:49 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2021-05-26 17:46:13 +0800 |
| commit | 7c9ada78241e08bf36bd04d989f742a6de721575 (patch) | |
| tree | 4134fd2f12a504ab17cc0b9acc1fb8d27552490f /ui/flowgraphwidget.h | |
| parent | fd1974b407be042fd84f0267a328a5adabce28e1 (diff) | |
Add the ability to automatically create struct members
Diffstat (limited to 'ui/flowgraphwidget.h')
| -rw-r--r-- | ui/flowgraphwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 61b1353b..0ba5c823 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -324,6 +324,7 @@ private Q_SLOTS: void createFunc(); void changeType(); void inferStructureType(); + void autoCreateMembers(); void comment(); void addUserXref(); void functionComment(); |
