Update CMakeLists.txt - play with openssl
[novacoin.git] / src / qt / qvalidatedlineedit.h
index f7b9486..66e26be 100644 (file)
@@ -3,8 +3,9 @@
 
 #include <QLineEdit>
 
-// Line edit that can be marked as "invalid". When marked as invalid,
-// it will get a red background until it is focused.
+/** Line edit that can be marked as "invalid" to show input validation feedback. When marked as invalid,
+   it will get a red background until it is focused.
+ */
 class QValidatedLineEdit : public QLineEdit
 {
     Q_OBJECT