diff options
| author | xanatos <[email protected]> | 2012-06-23 17:29:34 +0300 |
|---|---|---|
| committer | xanatos <[email protected]> | 2012-06-23 17:29:34 +0300 |
| commit | 3948eb0c54edf308a2376d26fa6c1d6da8be6a34 (patch) | |
| tree | 7e0f91f621270d726115c800e146edd47615d4b3 | |
| parent | Merge pull request #1458 from jgarzik/tracenet (diff) | |
| download | discoin-3948eb0c54edf308a2376d26fa6c1d6da8be6a34.tar.xz discoin-3948eb0c54edf308a2376d26fa6c1d6da8be6a34.zip | |
Changed a comment about a QVariant type
| -rw-r--r-- | src/qt/optionsmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/optionsmodel.h b/src/qt/optionsmodel.h index c74a8dfb4..b196f0bf6 100644 --- a/src/qt/optionsmodel.h +++ b/src/qt/optionsmodel.h @@ -23,7 +23,7 @@ public: ProxyUse, // bool ProxySocksVersion, // int ProxyIP, // QString - ProxyPort, // QString + ProxyPort, // int Fee, // qint64 DisplayUnit, // BitcoinUnits::Unit DisplayAddresses, // bool |