diff options
| author | Rusty Wagner <rusty@vector35.com> | 2020-05-13 17:03:41 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2020-05-13 17:03:41 -0400 |
| commit | da616bc3482cbf3dd06452a9b60d953b4c316809 (patch) | |
| tree | c7df0a18ed4c5294fdf9061c7230fbaaf9c68e18 | |
| parent | 8f52612b108f4c58c50a2e3e60a795c008dec54e (diff) | |
Add call type adjust and stack adjust options to linear view
| -rw-r--r-- | ui/linearview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/linearview.h b/ui/linearview.h index 3e089732..689ca9ab 100644 --- a/ui/linearview.h +++ b/ui/linearview.h @@ -248,6 +248,9 @@ private Q_SLOTS: void scrollBarAction(int action); void updateTimerEvent(); + void setStackAdjustment(); + void setCallTypeAdjustment(); + public: explicit LinearView(BinaryViewRef data, ViewFrame* view); virtual ~LinearView(); |
