aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodeltransaction.h
Commit message (Collapse)AuthorAgeFilesLines
* [Qt] style-police, add missing license headersPhilip Kaufmann2013-12-171-3/+0
| | | | | - add missing license headers in Mac files - small code formating cleanups
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-0/+6
| | | | | | | | | Use misc methods of avoiding unnecesary header includes. Replace int typedefs with int##_t from stdint.h. Replace PRI64[xdu] with PRI[xdu]64 from inttypes.h. Normalize QT_VERSION ifs where possible. Resolve some indirect dependencies as direct ones. Remove extern declarations from .cpp files.
* qt: add license header to source filesWladimir J. van der Laan2013-11-041-0/+4
| | | | Closes #839
* qt: Display txfee in first sendCoinsDialog message boxJonas Schnelli2013-08-311-0/+37
Signed-off-by: Jonas Schnelli <[email protected]>