mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-11 05:03:16 +01:00
QtUI code cleanup / comment improvements
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user