diff options
author | Friedemann Kleint <[email protected]> | 2011-03-02 17:13:33 +0100 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2011-03-02 17:14:19 +0100 |
commit | 505256fab9db5ef479ebc69e46191b1a0a605919 (patch) | |
tree | dd01d8c8673867c73563566693c46737d097d4e4 /src/libs/utils/ipaddresslineedit.h | |
parent | b37cd3325cce75a054c3de59b39f1e935b70ef06 (diff) |
API-Documentation: Add the Utils-library.
Fix API after doc template change.
Diffstat (limited to 'src/libs/utils/ipaddresslineedit.h')
-rw-r--r-- | src/libs/utils/ipaddresslineedit.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libs/utils/ipaddresslineedit.h b/src/libs/utils/ipaddresslineedit.h index 05ef956274a..00decc74922 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 |