aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-06 17:58:39 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-06 17:05:39 +0000
commitdbff30b040a59111e593529477d80f0fc0c708a8 (patch)
tree53aeb6ff4e439dc4f89c3de426bcc62080647d37 /ui/qt/main_window.h
parentbf3f4713b91d2cc93a52c911a70ee631f7e3dff7 (diff)
Cosmetic fix about openCaptureFile... (in Wireshark Qt)
Change-Id: I9f62b8393f33a964ec54a673f30d5d9a77d02f2c Reviewed-on: https://code.wireshark.org/review/530 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
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 e56eb62ba0..a74423a906 100644
--- a/ui/qt/main_window.h
+++ b/ui/qt/main_window.h
@@ -164,7 +164,7 @@ signals:
public slots:
// in main_window_slots.cpp
- void openCaptureFile(QString& cf_path = *new QString(), QString &display_filter = *new QString(), const unsigned int type = WTAP_TYPE_AUTO);
+ void openCaptureFile(QString& cf_path = *new QString(), QString& display_filter = *new QString(), unsigned int type = WTAP_TYPE_AUTO);
void filterPackets(QString& new_filter = *new QString(), bool force = false);
void updateForUnsavedChanges();
void layoutPanes();