summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/linearview.h3
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();