diff options
| author | Gavin Andresen <[email protected]> | 2012-06-28 15:25:48 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-06-28 15:25:48 -0400 |
| commit | 5fa83965f22ae92f86de74104b621c2168d37698 (patch) | |
| tree | 65985e36d6c2068fcddd098e28c3b34ba63be1c4 /src/qt | |
| parent | Merge branch 'patch-3' of https://github.com/xanatos/bitcoin (diff) | |
| parent | Changed a comment about a QVariant type (diff) | |
| download | discoin-5fa83965f22ae92f86de74104b621c2168d37698.tar.xz discoin-5fa83965f22ae92f86de74104b621c2168d37698.zip | |
Merge branch 'patch-5' of https://github.com/xanatos/bitcoin
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 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 |