aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/label_stack.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-08-08 00:26:57 +0000
committerGerald Combs <gerald@wireshark.org>2013-08-08 00:26:57 +0000
commit79454ef9fad4f80b059b77c1ad3cca82bf7f7a43 (patch)
treeadd3245672d29123a94400221066a154ca5d7124 /ui/qt/label_stack.h
parent786adc8522ab074a092ad4c61fbd19d8e728e101 (diff)
Add initial capture filter support.
Add CaptureFilterCombo and CaptureFilterEdit classes, similar to their display filter counterparts. Add a CaptureFilterSyntaxWorker class which runs a syntax check in a background thread similar to the threaded code in capture_dlg.c. Add a bunch of related signal and slot plumbing. Other minor fixups. svn path=/trunk/; revision=51200
Diffstat (limited to 'ui/qt/label_stack.h')
-rw-r--r--ui/qt/label_stack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/label_stack.h b/ui/qt/label_stack.h
index c0c1ade21c..bc2f754e8d 100644
--- a/ui/qt/label_stack.h
+++ b/ui/qt/label_stack.h
@@ -34,7 +34,7 @@ class LabelStack : public QLabel
Q_OBJECT
public:
explicit LabelStack(QWidget *parent = 0);
- void setTemporaryContext(int ctx);
+ void setTemporaryContext(const int ctx);
void pushText(QString &text, int ctx);
protected: