From 3c8c392b9d6001bd5fadca887caf69bdf7ec74ad Mon Sep 17 00:00:00 2001 From: Roland Knall Date: Tue, 12 Nov 2019 14:27:38 +0100 Subject: 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 Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall --- ui/qt/column_editor_frame.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/qt/column_editor_frame.h') diff --git a/ui/qt/column_editor_frame.h b/ui/qt/column_editor_frame.h index 2231c4f639..5e5c42ff09 100644 --- a/ui/qt/column_editor_frame.h +++ b/ui/qt/column_editor_frame.h @@ -27,7 +27,6 @@ public: signals: void columnEdited(); - void pushFilterSyntaxStatus(const QString&); protected: virtual void showEvent(QShowEvent *event); -- cgit v1.2.3