summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/flowgraphwidget.h1
-rw-r--r--ui/linearview.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h
index 7ede8e51..bc755025 100644
--- a/ui/flowgraphwidget.h
+++ b/ui/flowgraphwidget.h
@@ -282,6 +282,7 @@ private Q_SLOTS:
void createFunc();
void changeType();
void comment();
+ void addUserXref();
void functionComment();
void commentAccepted();
void functionCommentAccepted();
diff --git a/ui/linearview.h b/ui/linearview.h
index f89465dc..5e550319 100644
--- a/ui/linearview.h
+++ b/ui/linearview.h
@@ -141,6 +141,7 @@ private Q_SLOTS:
void reanalyze();
void comment();
void commentAccepted();
+ void addUserXref();
void convertToNop();
void alwaysBranch();