diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-11-13 13:19:52 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-11-13 14:12:44 +0100 |
| commit | af836ad58808a1f6437a8b9a76b670c07c9a1212 (patch) | |
| tree | dbc63d61b6404cbdb1f1bd45b58efe794621ab4a /src/qt/optionsmodel.h | |
| parent | Example documented class (diff) | |
| download | discoin-af836ad58808a1f6437a8b9a76b670c07c9a1212.tar.xz discoin-af836ad58808a1f6437a8b9a76b670c07c9a1212.zip | |
Improve documentation for UI classes
Diffstat (limited to 'src/qt/optionsmodel.h')
| -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 7f489c501..775362d63 100644 --- a/src/qt/optionsmodel.h +++ b/src/qt/optionsmodel.h @@ -5,7 +5,7 @@ class CWallet; -/* Interface from QT to configuration data structure for bitcoin client. +/** Interface from QT to configuration data structure for bitcoin client. To QT, the options are presented as a list with the different options laid out vertically. This can be changed to a tree once the settings become sufficiently |