10#ifndef CAPTURE_FILTER_SYNTAX_WORKER_H
11#define CAPTURE_FILTER_SYNTAX_WORKER_H
15#include <QWaitCondition>
Worker class for checking capture filter syntax in the background.
Definition capture_filter_syntax_worker.h:21
CaptureFilterSyntaxWorker(QObject *parent=0)
Constructs a new CaptureFilterSyntaxWorker.
Definition capture_filter_syntax_worker.h:29
void checkFilter(const QString filter)
Checks the syntax of the provided capture filter.
Definition capture_filter_syntax_worker.cpp:46
void syntaxResult(QString filter, int state, QString err_msg)
Signal emitted with the result of a syntax check.