#include "PortValidator.h"
#include <QIntValidator>
Go to the source code of this file.
Defines | |
#define | MIN_PORT 1 |
#define | MAX_PORT 65535 |
#define | MATCH_ALL "*" |
#define MATCH_ALL "*" |
Matches all ports.
Definition at line 21 of file PortValidator.cpp.
#define MAX_PORT 65535 |
Maximum valid port.
Definition at line 20 of file PortValidator.cpp.
#define MIN_PORT 1 |
Minimum valid port.
Definition at line 19 of file PortValidator.cpp.