diff options
| author | Peter LaFosse <peter@vector35.com> | 2019-09-13 09:56:00 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2019-11-15 21:10:58 -0500 |
| commit | db48820f5fed420ad298278e8e6b055baa4ddf06 (patch) | |
| tree | 2b41a6f081f924b622887ddc42f5f579eebbd849 /ui/createtypedialog.h | |
| parent | 3c329e77e0318db070099be2d1731c4e7ac510ba (diff) | |
Type workflow improvements
Expand type context for data renderers
Add additional linearview helper routines for defining variables inside of structures
fix unit tests
Diffstat (limited to 'ui/createtypedialog.h')
| -rw-r--r-- | ui/createtypedialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/createtypedialog.h b/ui/createtypedialog.h index 1d0effe3..552f2076 100644 --- a/ui/createtypedialog.h +++ b/ui/createtypedialog.h @@ -16,7 +16,7 @@ class BINARYNINJAUIAPI CreateTypeDialog: public QDialog std::map<BinaryNinja::QualifiedName, TypeRef> m_results; public: - CreateTypeDialog(QWidget* parent, BinaryViewRef data, const QString& definition); + CreateTypeDialog(QWidget* parent, BinaryViewRef data, const QString& title, const QString& definition); std::map<BinaryNinja::QualifiedName, TypeRef> getResults() { return m_results; } private Q_SLOTS: |
