aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/wireshark_application.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-03-06 22:04:17 +0000
committerGerald Combs <gerald@wireshark.org>2013-03-06 22:04:17 +0000
commitdcb3a4a8a5eb89dee2cbe187fb1329f4983e866a (patch)
treee07c84b3beae41640e13272ba38708efde14de94 /ui/qt/wireshark_application.h
parent43db8103182fd38d6cfb4492957069a24df3beac (diff)
Add support for software updates. Remove qtshark.rc and use
image/wireshark.rc (which contains resources needed by WinSparkle) instead. svn path=/trunk/; revision=48147
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 4713c5f586..f8ae3a89e0 100644
--- a/ui/qt/wireshark_application.h
+++ b/ui/qt/wireshark_application.h
@@ -134,6 +134,7 @@ public slots:
void clearRecentItems();
private slots:
+ void cleanup();
void itemStatusFinished(const QString &filename = "", qint64 size = 0, bool accessible = false);
void refreshRecentFiles(void);
};