summaryrefslogtreecommitdiff
path: root/examples/triage/headers.h
diff options
context:
space:
mode:
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: