aboutsummaryrefslogtreecommitdiff
path: root/src/qt/monitoreddatamapper.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-06-18 11:53:25 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-06-18 11:53:25 +0200
commit0f3981bea94cea957f0de4b128f7feffbfc2d9c6 (patch)
tree28b8fa9cf6dfdbf9b2f1358c35327264adfe200d /src/qt/monitoreddatamapper.cpp
parentaa5297266093eccd984a2d8fb20499617ef96c81 (diff)
downloadbitcoin-0f3981bea94cea957f0de4b128f7feffbfc2d9c6.tar.xz
remove commented code, use // for one-line comments and comments inside functions
Diffstat (limited to 'src/qt/monitoreddatamapper.cpp')
-rw-r--r--src/qt/monitoreddatamapper.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/qt/monitoreddatamapper.cpp b/src/qt/monitoreddatamapper.cpp
index e70aa7ebf6..7bf4fa6c8f 100644
--- a/src/qt/monitoreddatamapper.cpp
+++ b/src/qt/monitoreddatamapper.cpp
@@ -26,9 +26,8 @@ void MonitoredDataMapper::addMapping(QWidget *widget, int section, const QByteAr
void MonitoredDataMapper::addChangeMonitor(QWidget *widget)
{
- /* Watch user property of widget for changes, and connect
- the signal to our viewModified signal.
- */
+ // Watch user property of widget for changes, and connect
+ // the signal to our viewModified signal.
QMetaProperty prop = widget->metaObject()->userProperty();
int signal = prop.notifySignalIndex();
int method = this->metaObject()->indexOfMethod("viewModified()");