From 4ed3518c052f2b17cb35bc5aaa5c819dcfe9603c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Mon, 19 Sep 2016 21:12:34 +0200 Subject: Qt: Added option to Remove from recent files list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If87e1bf4796d45582bc2490720683e4072971f56 Reviewed-on: https://code.wireshark.org/review/17804 Petri-Dish: Stig Bjørlykke Reviewed-by: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Stig Bjørlykke --- ui/qt/wireshark_application.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/qt/wireshark_application.h') diff --git a/ui/qt/wireshark_application.h b/ui/qt/wireshark_application.h index b2adf0a052..0d486ee3d2 100644 --- a/ui/qt/wireshark_application.h +++ b/ui/qt/wireshark_application.h @@ -98,6 +98,7 @@ public: struct _e_prefs * readConfigurationFiles(char **gdp_path, char **dp_path, bool reset); QList recentItems() const; void addRecentItem(const QString filename, qint64 size, bool accessible); + void removeRecentItem(const QString &filename); QDir lastOpenDir(); void setLastOpenDir(const char *dir_name); void setLastOpenDir(QString *dir_str); -- cgit v1.2.1