QtUI code cleanup / comment improvements
[novacoin.git] / src / qt / clientmodel.h
index 845ad10..1538705 100644 (file)
@@ -12,7 +12,7 @@ QT_BEGIN_NAMESPACE
 class QDateTime;
 QT_END_NAMESPACE
 
-// Interface to Bitcoin network client
+// Model for Bitcoin network client
 class ClientModel : public QObject
 {
     Q_OBJECT