summaryrefslogtreecommitdiff
path: root/examples/triage/headers.h
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2024-07-26 15:57:14 +0800
committerXusheng <xusheng@vector35.com>2024-08-02 12:17:53 +0800
commitabbae639d8ba182e8b3cf2d5a9844a9b1f9844a1 (patch)
tree272322e3269b09201c12489d93e7fbeb614fb140 /examples/triage/headers.h
parent7a9a2503aae0c2b92b437b2ea7796efaae93a822 (diff)
Support setting user global pointer value
Diffstat (limited to 'examples/triage/headers.h')
-rw-r--r--examples/triage/headers.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/triage/headers.h b/examples/triage/headers.h
index a8348401..e96dead5 100644
--- a/examples/triage/headers.h
+++ b/examples/triage/headers.h
@@ -20,8 +20,6 @@ class NavigationLabel : public QLabel
class NavigationAddressLabel : public NavigationLabel
{
- uint64_t m_address;
-
void clickEvent();
public:
@@ -31,8 +29,6 @@ class NavigationAddressLabel : public NavigationLabel
class NavigationCodeLabel : public NavigationLabel
{
- uint64_t m_address;
-
void clickEvent();
public: