summaryrefslogtreecommitdiff
path: root/ui/qt/wireshark_application.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2016-09-19 21:12:34 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2016-09-19 20:49:01 +0000
commit4ed3518c052f2b17cb35bc5aaa5c819dcfe9603c (patch)
tree091ce8cbf79d321c115c7047d3d3e8a7b886b6df /ui/qt/wireshark_application.h
parentcdfc47d58dd52d028dee4797b9a151d4d06633fe (diff)
downloadwireshark-4ed3518c052f2b17cb35bc5aaa5c819dcfe9603c.tar.gz
Qt: Added option to Remove from recent files list
Change-Id: If87e1bf4796d45582bc2490720683e4072971f56 Reviewed-on: https://code.wireshark.org/review/17804 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Reviewed-by: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'ui/qt/wireshark_application.h')
-rw-r--r--ui/qt/wireshark_application.h1
1 files changed, 1 insertions, 0 deletions
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<recent_item_status *> 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);