|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
A validator for macro names. More...
#include <filter_dialog.h>
Public Member Functions | |
| virtual QValidator::State | validate (QString &input, int &pos) const override |
| Validates the input macro name. | |
A validator for macro names.
|
overridevirtual |
Validates the input macro name.
| input | The macro name string to validate. |
| pos | The cursor position. |