summaryrefslogtreecommitdiff
path: root/src/libs/utils/filenamevalidatinglineedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/utils/filenamevalidatinglineedit.cpp')
-rw-r--r--src/libs/utils/filenamevalidatinglineedit.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libs/utils/filenamevalidatinglineedit.cpp b/src/libs/utils/filenamevalidatinglineedit.cpp
index 1beed717ef..388d271795 100644
--- a/src/libs/utils/filenamevalidatinglineedit.cpp
+++ b/src/libs/utils/filenamevalidatinglineedit.cpp
@@ -30,6 +30,7 @@
** 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
+
#include "filenamevalidatinglineedit.h"
namespace Core {
@@ -93,5 +94,5 @@ bool FileNameValidatingLineEdit::validate(const QString &value, QString *errorM
return validateFileName(value, errorMessage);
}
-}
-}
+} // namespace Utils
+} // namespace Core