aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/wireshark_application.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-10-30 23:54:46 +0000
committerGerald Combs <gerald@wireshark.org>2013-10-30 23:54:46 +0000
commit60d6458150368ed6e26f75d1457187c0635a37db (patch)
treee11526b566f4dd41ace12d15b211fe74a8d37c8f /ui/qt/wireshark_application.h
parentb17d987960701e01b1c8396fd2cb300b4cb1f05d (diff)
Move the geometry shenanigans a bit further ahead in the startup
sequence. Fix some prefs logic. svn path=/trunk/; revision=52991
Diffstat (limited to 'ui/qt/wireshark_application.h')
-rw-r--r--ui/qt/wireshark_application.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/qt/wireshark_application.h b/ui/qt/wireshark_application.h
index 1e2cb3de9c..edd219f7ad 100644
--- a/ui/qt/wireshark_application.h
+++ b/ui/qt/wireshark_application.h
@@ -66,7 +66,8 @@ public:
ColumnsChanged,
FilterExpressionsChanged,
PacketDissectionChanged,
- PreferencesChanged
+ PreferencesChanged,
+ StaticRecentFilesRead
};
void registerUpdate(register_action_e action, const char *message);
@@ -102,6 +103,7 @@ protected:
signals:
void appInitialized();
void openCaptureFile(QString &cf_path);
+ void recentFilesRead();
void updateRecentItemStatus(const QString &filename, qint64 size, bool accessible);
void splashUpdate(register_action_e action, const char *message);
void configurationProfileChanged(const gchar *profile_name);