summaryrefslogtreecommitdiff
path: root/src/libs/utils/ipaddresslineedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/utils/ipaddresslineedit.h')
-rw-r--r--src/libs/utils/ipaddresslineedit.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libs/utils/ipaddresslineedit.h b/src/libs/utils/ipaddresslineedit.h
index 05ef956274..00decc7492 100644
--- a/src/libs/utils/ipaddresslineedit.h
+++ b/src/libs/utils/ipaddresslineedit.h
@@ -42,11 +42,6 @@ namespace Utils {
class IpAddressLineEditPrivate;
-/**
- * A LineEdit widget that validates the IP address inserted.
- * The valid address example is 192.168.1.12 or 192.168.1.12:8080
- */
-
class QTCREATOR_UTILS_EXPORT IpAddressLineEdit : public QLineEdit
{
Q_OBJECT