aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_file.h
diff options
context:
space:
mode:
authorRoland Knall <rknall@gmail.com>2022-06-07 14:38:58 +0200
committerRoland Knall <r.knall@moba.cc>2022-06-07 14:38:58 +0200
commit4b9d152767b067cf2ba47b6fba8f8662a134f94c (patch)
tree12612f52905db1d535d4da8327dc1b950be60085 /ui/qt/capture_file.h
parent0b6bb6949e884bc861798ab22f03b0c2f849ea31 (diff)
Qt: Auto apply "Limit to display filter"
If a display filter had been applied during the opening of the conversation or endpoint dialog, automatically check the entry for "Limit to display filter" to ensure that the filtered result is being shown, as expected by the user.
Diffstat (limited to 'ui/qt/capture_file.h')
-rw-r--r--ui/qt/capture_file.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/qt/capture_file.h b/ui/qt/capture_file.h
index bac4c8d82f..d7d61cae0c 100644
--- a/ui/qt/capture_file.h
+++ b/ui/qt/capture_file.h
@@ -117,6 +117,10 @@ public:
*/
void reload();
+ /** Return any set display filter
+ */
+ QString displayFilter() const;
+
// XXX This shouldn't be needed.
static capture_file *globalCapFile();