diff options
| author | KyleMiles <krm504@nyu.edu> | 2022-01-27 22:43:28 -0500 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2022-01-28 00:24:06 -0500 |
| commit | 6812c973c9fa9b4ad642ab81856c05f87bd6fcc4 (patch) | |
| tree | dace4156d03148bcaf02df138ab4e0d93e61bc6f /ui/instructionedit.h | |
| parent | 519c9db22367f2659d1a54599fab47e6313be06e (diff) | |
Format All Files
Diffstat (limited to 'ui/instructionedit.h')
| -rw-r--r-- | ui/instructionedit.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/instructionedit.h b/ui/instructionedit.h index 9e388210..ea398f34 100644 --- a/ui/instructionedit.h +++ b/ui/instructionedit.h @@ -4,7 +4,7 @@ #include "binaryninjaapi.h" #include "uicontext.h" -class BINARYNINJAUIAPI InstructionEdit: public QLineEdit +class BINARYNINJAUIAPI InstructionEdit : public QLineEdit { Q_OBJECT @@ -14,16 +14,16 @@ class BINARYNINJAUIAPI InstructionEdit: public QLineEdit uint64_t m_offset; bool m_preventDismiss; -public: + public: InstructionEdit(QWidget* parent, BinaryViewRef data, ArchitectureRef arch, FunctionRef func, uint64_t offset); void acceptInstruction(); void rejectInstruction(); -protected: + protected: virtual void keyPressEvent(QKeyEvent* event); virtual void focusOutEvent(QFocusEvent* event); -Q_SIGNALS: + Q_SIGNALS: void done(); }; |
