aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_file.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-07-03 19:08:27 -0700
committerGuy Harris <guy@alum.mit.edu>2018-07-04 02:09:04 +0000
commit9655acc757ab51758f45ac4ffe1dce482801ab5f (patch)
treedf8ab033f8d63b9a84c16f71360669c44795d014 /ui/qt/capture_file.h
parent60d5c04dc351aaff90d2eae3d70abb89cec91f03 (diff)
fileTitle -> fileDisplayName.
That more closely matches the name of the file.h routine that it uses. Change-Id: Ia206fb8331f4f3ad8035da9f6137ad2428d53a49 Reviewed-on: https://code.wireshark.org/review/28589 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/qt/capture_file.h')
-rw-r--r--ui/qt/capture_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/capture_file.h b/ui/qt/capture_file.h
index f91a3351d9..7cf9e6ec36 100644
--- a/ui/qt/capture_file.h
+++ b/ui/qt/capture_file.h
@@ -75,7 +75,7 @@ public:
*
* [no capture file], if there is no capture file.
*/
- const QString fileTitle();
+ const QString fileDisplayName();
/** Return the current packet information.
*