diff options
| author | Philip Kaufmann <[email protected]> | 2013-08-31 01:11:12 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2013-09-09 12:36:04 +0200 |
| commit | d78900cc1bb188a29dfb23b1f41b00f35ceb69f7 (patch) | |
| tree | 4d17c023e872e61a6011ab5fd9b92a682dd3f716 /src/qt/csvmodelwriter.cpp | |
| parent | Merge pull request #2968 from TheBlueMatt/master (diff) | |
| download | discoin-d78900cc1bb188a29dfb23b1f41b00f35ceb69f7.tar.xz discoin-d78900cc1bb188a29dfb23b1f41b00f35ceb69f7.zip | |
fix some cosmetic glitches in the codebase
- rename URL into URI in paymentserver where correct
- add some missing Qt-coding-stuff in paymentserver
- change QSpinBox to QLineEdit as base for BitcoinAmountField in .ui files
(as this is the result when converting the BAF back into base)
- remove some c_str() and replace with QString::fromStdString()
- remove several new-lines
- remove unneeded spaces
- indentation fixes
Diffstat (limited to 'src/qt/csvmodelwriter.cpp')
| -rw-r--r-- | src/qt/csvmodelwriter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/csvmodelwriter.cpp b/src/qt/csvmodelwriter.cpp index 8a50bbab3..ad8e0d618 100644 --- a/src/qt/csvmodelwriter.cpp +++ b/src/qt/csvmodelwriter.cpp @@ -85,4 +85,3 @@ bool CSVModelWriter::write() return file.error() == QFile::NoError; } - |