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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/main_window.h b/ui/qt/main_window.h
index e65cba8796..e8e8449ec8 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -76,7 +76,7 @@ public slots:
private slots:
void updateRecentFiles();
- void on_actionFileOpen_triggered(QString& cfPath = *new QString());
+ void openRecentCaptureFile(QString& cfPath = *new QString());
void on_actionFileClose_triggered();
void recentActionTriggered();
void on_actionHelpWebsite_triggered();