| 236 | } |
| 237 | |
| 238 | static const QString GetDefaultProxyAddress() |
| 239 | { |
| 240 | return QString("%1:%2").arg(DEFAULT_GUI_PROXY_HOST).arg(DEFAULT_GUI_PROXY_PORT); |
| 241 | } |
| 242 | |
| 243 | // read QSettings values and return them |
| 244 | QVariant OptionsModel::data(const QModelIndex & index, int role) const |
no outgoing calls
no test coverage detected