diff options
author | hjk <qtc-commiter@nokia.com> | 2008-12-02 14:09:21 +0100 |
---|---|---|
committer | hjk <qtc-commiter@nokia.com> | 2008-12-02 14:09:21 +0100 |
commit | f61e8672db50445a3f84d37e657d38fbaa0d5083 (patch) | |
tree | 2dd961e9d2108690a989080ac42f9d5c40567c97 /src/libs/utils/projectnamevalidatinglineedit.h | |
parent | 1472bdb0cc0c96b254cdf682bbe004c766be4a26 (diff) | |
download | qt-creator-f61e8672db50445a3f84d37e657d38fbaa0d5083.tar.gz |
more cosmetic changes
Diffstat (limited to 'src/libs/utils/projectnamevalidatinglineedit.h')
-rw-r--r-- | src/libs/utils/projectnamevalidatinglineedit.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/libs/utils/projectnamevalidatinglineedit.h b/src/libs/utils/projectnamevalidatinglineedit.h index c677cea141..c42b8e4a35 100644 --- a/src/libs/utils/projectnamevalidatinglineedit.h +++ b/src/libs/utils/projectnamevalidatinglineedit.h @@ -30,6 +30,7 @@ ** 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ + #ifndef PROJECTNAMEVALIDATINGLINEEDIT_H #define PROJECTNAMEVALIDATINGLINEEDIT_H @@ -38,7 +39,8 @@ namespace Core { namespace Utils { -class QWORKBENCH_UTILS_EXPORT ProjectNameValidatingLineEdit : public BaseValidatingLineEdit { +class QWORKBENCH_UTILS_EXPORT ProjectNameValidatingLineEdit : public BaseValidatingLineEdit +{ Q_OBJECT Q_DISABLE_COPY(ProjectNameValidatingLineEdit) @@ -51,6 +53,7 @@ protected: virtual bool validate(const QString &value, QString *errorMessage) const; }; -} -} +} // namespace Utils +} // namespace Core + #endif // PROJECTNAMEVALIDATINGLINEEDIT_H |