summaryrefslogtreecommitdiff
path: root/ui/qt/wireshark_application.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-07-21 16:30:31 -0700
committerGuy Harris <guy@alum.mit.edu>2014-07-21 23:30:58 +0000
commitc7a2c89e40d0ba27996077a7d8e208a4337947fb (patch)
treeae65d66cb37db81d3b3f3413aca4acfde1bed52b /ui/qt/wireshark_application.h
parent59ef97dd652131a6df0edd26cc8709461587a224 (diff)
downloadwireshark-c7a2c89e40d0ba27996077a7d8e208a4337947fb.tar.gz
Rename ifListChanged to localInterfaceListChanged.
That better indicates that it reflects changes to the list of local interfaces on the system, as supplied by libpcap/WinPcap, not to any other interface list we maintain, such as lists of remote interfaces, or the list of non-hidden interfaces. Change-Id: Idf79b365e07f2e3eaa83c105ae9cd7ace54c435e Reviewed-on: https://code.wireshark.org/review/3154 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/qt/wireshark_application.h')
-rw-r--r--ui/qt/wireshark_application.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/wireshark_application.h b/ui/qt/wireshark_application.h
index 2c1defc358..b3ad1dcb24 100644
--- a/ui/qt/wireshark_application.h
+++ b/ui/qt/wireshark_application.h
@@ -104,7 +104,7 @@ protected:
signals:
void appInitialized();
- void ifListChanged();
+ void localInterfaceListChanged();
void openCaptureFile(QString &cf_path, QString &display_filter, unsigned int type);
void recentFilesRead();
void updateRecentItemStatus(const QString &filename, qint64 size, bool accessible);