aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/welcome_page.h
diff options
context:
space:
mode:
authorRoland Knall <rknall@gmail.com>2019-11-12 14:27:38 +0100
committerRoland Knall <rknall@gmail.com>2019-11-12 22:03:23 +0000
commit3c8c392b9d6001bd5fadca887caf69bdf7ec74ad (patch)
tree44d84a2d8842d147c45464f62aac92f5fc393fc3 /ui/qt/welcome_page.h
parentba62446a6a42e3d94f861ad728dec4b09edf620c (diff)
Qt: Cleanup push/pop Infos
Currently push pop is propagated by a massive load of signals which partly are also propagated through parent objects. This moves the status handling to WiresharkApplication, also pathlining future moves to move status to different classes or use additional methods of status information Change-Id: Ibcb2c98688f1adf40dce1483f336596ef992bb06 Reviewed-on: https://code.wireshark.org/review/35071 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'ui/qt/welcome_page.h')
-rw-r--r--ui/qt/welcome_page.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/qt/welcome_page.h b/ui/qt/welcome_page.h
index fb6368cae1..238972e0b2 100644
--- a/ui/qt/welcome_page.h
+++ b/ui/qt/welcome_page.h
@@ -61,8 +61,6 @@ private:
signals:
void startCapture();
void recentFileActivated(QString cfile);
- void pushFilterSyntaxStatus(const QString&);
- void popFilterSyntaxStatus();
void captureFilterSyntaxChanged(bool valid);
void showExtcapOptions(QString &device_name);
void interfacesChanged();