aboutsummaryrefslogtreecommitdiff
path: root/src/qt/monitoreddatamapper.h
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2011-11-21 11:31:57 -0800
committerGavin Andresen <gavinandresen@gmail.com>2011-11-21 11:31:57 -0800
commit92979f82882fbeca4e66a7b6ae5dc9b485588ca0 (patch)
tree74ecea4fd262a382b020801f4c5358156e600cfe /src/qt/monitoreddatamapper.h
parent0310cd6403e7e28cdbd0b436c55a8a4e0372f78e (diff)
parentaf836ad58808a1f6437a8b9a76b670c07c9a1212 (diff)
downloadbitcoin-92979f82882fbeca4e66a7b6ae5dc9b485588ca0.tar.xz
Merge pull request #634 from laanwj/doxygen
Add doxygen documentation
Diffstat (limited to 'src/qt/monitoreddatamapper.h')
-rw-r--r--src/qt/monitoreddatamapper.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/qt/monitoreddatamapper.h b/src/qt/monitoreddatamapper.h
index 4dd2d1a86a..33a874e73a 100644
--- a/src/qt/monitoreddatamapper.h
+++ b/src/qt/monitoreddatamapper.h
@@ -7,9 +7,8 @@ QT_BEGIN_NAMESPACE
class QWidget;
QT_END_NAMESPACE
-/* Data <-> Widget mapper that watches for changes,
- to be able to notify when 'dirty' (for example, to
- enable a commit/apply button).
+/** Data to Widget mapper that watches for edits and notifies listeners when a field is edited.
+ This can be used, for example, to enable a commit/apply button in a configuration dialog.
*/
class MonitoredDataMapper : public QDataWidgetMapper
{