summaryrefslogtreecommitdiffstats
path: root/tests/auto/headers
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2010-11-10 10:21:53 (GMT)
committerGabriel de Dietrich <gabriel.dietrich-de@nokia.com>2011-04-12 15:08:34 (GMT)
commitb00089261eafbdf5f92ed94d7fb20b402bfcaeb2 (patch)
tree649e498810da99c86286356c90f60538626efbd3 /tests/auto/headers
parente89a2b72050dd782da16ff24bc2eb84dc36ed6a5 (diff)
downloadQt-b00089261eafbdf5f92ed94d7fb20b402bfcaeb2.zip
Qt-b00089261eafbdf5f92ed94d7fb20b402bfcaeb2.tar.gz
Qt-b00089261eafbdf5f92ed94d7fb20b402bfcaeb2.tar.bz2
Add the QIdentityProxyModel.
Older commit history is in KDE svn: http://websvn.kde.org/trunk/KDE/kdelibs/kdeui/itemviews/kidentityproxymodel.cpp?view=log Ammended to update the license headers. Merge-request: 900 Reviewed-by: Gabriel de Dietrich <gabriel.dietrich-de@nokia.com>
Diffstat (limited to 'tests/auto/headers')
-rw-r--r--tests/auto/headers/tst_headers.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/headers/tst_headers.cpp b/tests/auto/headers/tst_headers.cpp
index b5c65ef..b6135d0 100644
--- a/tests/auto/headers/tst_headers.cpp
+++ b/tests/auto/headers/tst_headers.cpp
@@ -243,6 +243,10 @@ void tst_Headers::licenseCheck()
QCOMPARE(content.at(i++), QString("**"));
if (sourceFile.endsWith("/tests/auto/modeltest/dynamictreemodel.cpp")
|| sourceFile.endsWith("/tests/auto/modeltest/dynamictreemodel.h")
+ || sourceFile.endsWith("/src/gui/itemviews/qidentityproxymodel.h")
+ || sourceFile.endsWith("/src/gui/itemviews/qidentityproxymodel.cpp")
+ || sourceFile.endsWith("/doc/src/snippets/code/src_gui_itemviews_qidentityproxymodel.cpp")
+ || sourceFile.endsWith("/tests/auto/qidentityproxymodel/tst_qidentityproxymodel.cpp")
|| sourceFile.endsWith("/src/network/kernel/qnetworkproxy_p.h"))
{
// These files are not copyrighted by Nokia.