aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/uat_frame.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-07-21 19:12:52 -0400
committerMichael Mann <mmann78@netscape.net>2017-07-22 12:16:04 +0000
commit40d158eee35c3d10858593587c6ddc999b9b9329 (patch)
tree5258020364a90cfb6fcddbae67c10e121f7494d9 /ui/qt/uat_frame.h
parent4107f6bca7b2bc58e6570501123f3d500ec3905b (diff)
Have UatFrame send out proper notifications.
UatFrame was originally written for filter expressions, so it still had some "filter expression specific" functionality in it. Move the "filter expression notifications" to the preferences dialog and add support for proper notification if UAT affects fields or dissection (like expert info UAT). Change-Id: I84cd0c7923450692916bbc6c2cdce93a9830d722 Reviewed-on: https://code.wireshark.org/review/22758 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'ui/qt/uat_frame.h')
-rw-r--r--ui/qt/uat_frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/uat_frame.h b/ui/qt/uat_frame.h
index 85acb55105..2d056ef20b 100644
--- a/ui/qt/uat_frame.h
+++ b/ui/qt/uat_frame.h
@@ -55,6 +55,7 @@ private:
void checkForErrorHint(const QModelIndex &current, const QModelIndex &previous);
bool trySetErrorHintFromField(const QModelIndex &index);
void addRecord(bool copy_from_current = false);
+ void applyChanges();
private slots:
void modelDataChanged(const QModelIndex &topLeft);