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/typedialog.h | |
| parent | 62aa529de8a169578c80b14e3969b076f65be205 (diff) | |
UI changes for user-informed dataflow
Diffstat (limited to 'ui/typedialog.h')
| -rw-r--r-- | ui/typedialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/typedialog.h b/ui/typedialog.h index 34b68c07..00a722bc 100644 --- a/ui/typedialog.h +++ b/ui/typedialog.h @@ -64,4 +64,4 @@ public: const QString& prompt = "Enter Type Name", const QString& existing=""); ~TypeDialog() { delete m_updateThread; } BinaryNinja::QualifiedNameAndType getType() const { return m_type; } -};
\ No newline at end of file +}; |
