diff options
author | Peter Hartmann <peter.hartmann@nokia.com> | 2011-05-25 08:51:57 (GMT) |
---|---|---|
committer | Peter Hartmann <peter.hartmann@nokia.com> | 2011-05-25 08:53:50 (GMT) |
commit | 3dcfbdc67b79944950ba7b24749e9d1642178bb1 (patch) | |
tree | 0287f4bf4419ec123c20e2480214afd9c416a3de /tests/auto/headers | |
parent | 06d32b235a21fb612972d248089805423a97bc18 (diff) | |
download | Qt-3dcfbdc67b79944950ba7b24749e9d1642178bb1.zip Qt-3dcfbdc67b79944950ba7b24749e9d1642178bb1.tar.gz Qt-3dcfbdc67b79944950ba7b24749e9d1642178bb1.tar.bz2 |
license header check: fix exception for URL TLD table
the file was renamed and moved to corelib
Task-number: QTBUG-13601
Diffstat (limited to 'tests/auto/headers')
-rw-r--r-- | tests/auto/headers/tst_headers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/headers/tst_headers.cpp b/tests/auto/headers/tst_headers.cpp index 2686a00..335e832 100644 --- a/tests/auto/headers/tst_headers.cpp +++ b/tests/auto/headers/tst_headers.cpp @@ -177,7 +177,7 @@ void tst_Headers::allSourceFilesData() || sourceFile.endsWith("/src/corelib/global/qconfig.h") || sourceFile.endsWith("/src/corelib/global/qconfig.cpp") || sourceFile.endsWith("/src/tools/uic/qclass_lib_map.h") - || sourceFile.endsWith("src/network/access/qnetworkcookiejartlds_p.h") + || sourceFile.endsWith("src/corelib/io/qurltlds_p.h") ) continue; |