summaryrefslogtreecommitdiff
path: root/ui/qt/display_filter_edit.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-02-06 18:22:54 +0000
committerGerald Combs <gerald@wireshark.org>2013-02-06 18:22:54 +0000
commit1c0deb0fc818252904878fe5419c75df3873a901 (patch)
treeb44a3986fa473e3c6872c21c1036abe9d573b225 /ui/qt/display_filter_edit.h
parentae527cbf109a054ba10e3e313fb42e0b2ec0f342 (diff)
downloadwireshark-1c0deb0fc818252904878fe5419c75df3873a901.tar.gz
Add Filter Expressions^WButton^WShortcut^WBookmark preferences.
Add comments noting that - We might want to do something different when the bookmark button is pressed. - The display filters (dfilters file) and gui.filter_expressions preferences should be merged. - Many buttons on Qt4 + OS X + unifiedTitleAndToolBarOnMac makes the main window really wide. Add a qstring_strdup convenience routine. Add "disabled" display filter edit icons. Fix up whitespace and descriptions in a couple of places. svn path=/trunk/; revision=47522
Diffstat (limited to 'ui/qt/display_filter_edit.h')
-rw-r--r--ui/qt/display_filter_edit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/qt/display_filter_edit.h b/ui/qt/display_filter_edit.h
index e43c91b5d5..3d4ae8f88f 100644
--- a/ui/qt/display_filter_edit.h
+++ b/ui/qt/display_filter_edit.h
@@ -45,7 +45,7 @@ public slots:
private slots:
void checkFilter(const QString &text);
- void showDisplayFilterDialog();
+ void bookmarkClicked();
private:
bool plain_;
@@ -60,6 +60,7 @@ signals:
void popFilterSyntaxStatus();
void pushFilterSyntaxWarning(QString&);
void filterPackets(QString& new_filter, bool force);
+ void addBookmark(QString filter);
};