Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

optionsmodel.h File Reference
#include <amount.h>
#include <QAbstractListModel>
+ Include dependency graph for optionsmodel.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OptionsModel
 Interface from Qt to configuration data structure for Bitcoin client. More...
 

Variables

QT_END_NAMESPACE const char * DEFAULT_GUI_PROXY_HOST
 
static constexpr unsigned short DEFAULT_GUI_PROXY_PORT = 9050
 

Variable Documentation

◆ DEFAULT_GUI_PROXY_HOST

QT_END_NAMESPACE const char* DEFAULT_GUI_PROXY_HOST

Definition at line 32 of file optionsmodel.cpp.

Referenced by GetDefaultProxyAddress(), and GetProxySetting().

◆ DEFAULT_GUI_PROXY_PORT

constexpr unsigned short DEFAULT_GUI_PROXY_PORT = 9050
static
Released under the MIT license