diff options
author | xanatos <xanatos@geocities.com> | 2012-06-23 17:29:34 +0300 |
---|---|---|
committer | xanatos <xanatos@geocities.com> | 2012-06-23 17:29:34 +0300 |
commit | 3948eb0c54edf308a2376d26fa6c1d6da8be6a34 (patch) | |
tree | 7e0f91f621270d726115c800e146edd47615d4b3 /src/qt | |
parent | d62a1947be5350ed60066ccacc7aba43bbdf48fb (diff) |
Changed a comment about a QVariant type
Diffstat (limited to 'src/qt')
-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 c74a8dfb43..b196f0bf60 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 |