qTox  Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
Variables
NodeFields Namespace Reference

Variables

const QLatin1String status_udp {"status_udp"}
 
const QLatin1String status_tcp {"status_tcp"}
 
const QLatin1String ipv4 {"ipv4"}
 
const QLatin1String ipv6 {"ipv6"}
 
const QLatin1String public_key {"public_key"}
 
const QLatin1String udp_port {"port"}
 
const QLatin1String maintainer {"maintainer"}
 
const QLatin1String tcp_ports {"tcp_ports"}
 
const QStringList neededFields {status_udp, status_tcp, ipv4, ipv6, public_key, udp_port, tcp_ports, maintainer}
 

Variable Documentation

◆ ipv4

const QLatin1String NodeFields::ipv4 {"ipv4"}

Definition at line 41 of file bootstrapnodeupdater.cpp.

◆ ipv6

const QLatin1String NodeFields::ipv6 {"ipv6"}

Definition at line 42 of file bootstrapnodeupdater.cpp.

◆ maintainer

const QLatin1String NodeFields::maintainer {"maintainer"}

Definition at line 45 of file bootstrapnodeupdater.cpp.

◆ neededFields

const QStringList NodeFields::neededFields {status_udp, status_tcp, ipv4, ipv6, public_key, udp_port, tcp_ports, maintainer}

Definition at line 47 of file bootstrapnodeupdater.cpp.

◆ public_key

const QLatin1String NodeFields::public_key {"public_key"}

Definition at line 43 of file bootstrapnodeupdater.cpp.

◆ status_tcp

const QLatin1String NodeFields::status_tcp {"status_tcp"}

Definition at line 40 of file bootstrapnodeupdater.cpp.

◆ status_udp

const QLatin1String NodeFields::status_udp {"status_udp"}

Definition at line 39 of file bootstrapnodeupdater.cpp.

◆ tcp_ports

const QLatin1String NodeFields::tcp_ports {"tcp_ports"}

Definition at line 46 of file bootstrapnodeupdater.cpp.

◆ udp_port

const QLatin1String NodeFields::udp_port {"port"}

Definition at line 44 of file bootstrapnodeupdater.cpp.