summaryrefslogtreecommitdiff
path: root/ui/qt/filter_expressions_preferences_frame.cpp
diff options
context:
space:
mode:
authorRoland Knall <roland.knall@br-automation.com>2017-06-26 13:02:07 +0200
committerRoland Knall <rknall@gmail.com>2017-06-26 14:33:37 +0000
commit680d1df7a04fd7a72707ef319783984c5c148783 (patch)
treebe282a7c47ba5d8a5ea22d7378a40adb61778f51 /ui/qt/filter_expressions_preferences_frame.cpp
parent707b78907487cbf2965521b31e6c3222e4d8459f (diff)
downloadwireshark-680d1df7a04fd7a72707ef319783984c5c148783.tar.gz
Fix Filter Tooltip button and frame
Make the frame into a two-row frame to better accomodate the comments field, and reinstate the correct action for the buttons Change-Id: I171e4bc3c7f195b7179cd6b1c2ab4ab42ede9c04 Reviewed-on: https://code.wireshark.org/review/22405 Petri-Dish: Roland Knall <rknall@gmail.com> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'ui/qt/filter_expressions_preferences_frame.cpp')
-rw-r--r--ui/qt/filter_expressions_preferences_frame.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/qt/filter_expressions_preferences_frame.cpp b/ui/qt/filter_expressions_preferences_frame.cpp
index 1b47225797..9de6312a4d 100644
--- a/ui/qt/filter_expressions_preferences_frame.cpp
+++ b/ui/qt/filter_expressions_preferences_frame.cpp
@@ -110,9 +110,6 @@ void FilterExpressionsPreferencesFrame::setUat(epan_uat *uat)
this, SLOT(modelRowsRemoved()));
connect(ui->uatTreeView, SIGNAL(currentItemChanged(QModelIndex,QModelIndex)),
this, SLOT(viewCurrentChanged(QModelIndex,QModelIndex)));
-
- connect(this, SIGNAL(rejected()), this, SLOT(rejectChanges()));
- connect(this, SIGNAL(accepted()), this, SLOT(acceptChanges()));
}
setWindowTitle(title);