QtUI code cleanup / comment improvements

This commit is contained in:
Wladimir J. van der Laan
2011-08-08 17:38:17 +02:00
parent fb390d3505
commit b0849613bf
16 changed files with 110 additions and 152 deletions

View File

@@ -4,7 +4,8 @@
#include <QString>
#include <QAbstractListModel>
// Bitcoin unit definitions
// Bitcoin unit definitions, encapsulates parsing and formatting
// and serves as list model for dropdown selection boxes.
class BitcoinUnits: public QAbstractListModel
{
public: