aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/main_window.h')
-rw-r--r--ui/qt/main_window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index 5310c00033..05f73e3f61 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -190,7 +190,7 @@ public slots:
void layoutPanes();
void applyRecentPaneGeometry();
void layoutToolbars();
- void updateNameResolutionActions();
+ void updatePreferenceActions();
void captureCapturePrepared(capture_session *);
void captureCaptureUpdateStarted(capture_session *);
@@ -324,6 +324,7 @@ private slots:
void on_actionViewReload_triggered();
void on_actionGoGoToPacket_triggered();
+ void on_actionGoAutoScroll_toggled(bool checked);
void resetPreviousFocus();
#ifdef HAVE_LIBPCAP