summaryrefslogtreecommitdiff
path: root/examples/triage/entropy.h
diff options
context:
space:
mode:
authorJordan Wiens <github@psifertex.com>2025-12-18 21:52:10 -0500
committerJordan Wiens <github@psifertex.com>2025-12-18 21:52:14 -0500
commitf96697f42d7535d8a7ad9d66f965d295b2c2eaf0 (patch)
tree37bdff38515396981e01381ebf21d2d3ba3386c8 /examples/triage/entropy.h
parent5b804c2c7bae72ccbc2865002d427b52ac4c0b0f (diff)
entropy tooltip showing offset and fix python version
Diffstat (limited to 'examples/triage/entropy.h')
-rw-r--r--examples/triage/entropy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/triage/entropy.h b/examples/triage/entropy.h
index a48097c4..821dfb7b 100644
--- a/examples/triage/entropy.h
+++ b/examples/triage/entropy.h
@@ -44,6 +44,7 @@ class EntropyWidget : public QWidget
protected:
virtual void paintEvent(QPaintEvent* event) override;
virtual void mousePressEvent(QMouseEvent* event) override;
+ virtual void mouseMoveEvent(QMouseEvent* event) override;
private Q_SLOTS:
void timerExpired();