Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

ProxySetting Struct Reference

Public Attributes

bool is_set
 
QString ip
 
QString port
 

Detailed Description

Definition at line 264 of file optionsmodel.cpp.

Member Data Documentation

◆ ip

QString ProxySetting::ip

Definition at line 266 of file optionsmodel.cpp.

Referenced by OptionsModel::data(), and SetProxySetting().

◆ is_set

bool ProxySetting::is_set

Definition at line 265 of file optionsmodel.cpp.

◆ port

QString ProxySetting::port

Definition at line 267 of file optionsmodel.cpp.

Referenced by OptionsModel::data(), and SetProxySetting().


The documentation for this struct was generated from the following file:
Released under the MIT license