aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/label_stack.cpp
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.cpp
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.cpp')
-rw-r--r--ui/qt/label_stack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/label_stack.cpp b/ui/qt/label_stack.cpp
index edb5c1460a..adc87da118 100644
--- a/ui/qt/label_stack.cpp
+++ b/ui/qt/label_stack.cpp
@@ -45,7 +45,7 @@ LabelStack::LabelStack(QWidget *parent) :
connect(&temporary_timer_, SIGNAL(timeout()), this, SLOT(updateTemporaryStatus()));
}
-void LabelStack::setTemporaryContext(int ctx) {
+void LabelStack::setTemporaryContext(const int ctx) {
temporary_ctx_ = ctx;
}