diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-01-07 06:02:23 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-01-07 06:02:23 (GMT) |
commit | b63cfd1d90dfd8be70c49c409b4f6f1cca176735 (patch) | |
tree | 1c9813d932cd57c3ec1f026e1bd3142285c82122 /tests/arthur/common | |
parent | 7a5bca82738e6b782047e50a813972eccd928307 (diff) | |
parent | 859bc191b1096c02cebad011c75a4573289904e7 (diff) | |
download | Qt-b63cfd1d90dfd8be70c49c409b4f6f1cca176735.zip Qt-b63cfd1d90dfd8be70c49c409b4f6f1cca176735.tar.gz Qt-b63cfd1d90dfd8be70c49c409b4f6f1cca176735.tar.bz2 |
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
QIODevice: Fix readAll()
Temporary hackiesh solution to prevent BOM in the xml data.
Fixed qxmlstream autotest when using shadow builds.
Attempt at readding the capital P headers for Phonon
Remove special Phonon processing from syncqt.
Use the lowercase/shortname.h headers for Phonon includes
Fixes a crash when setting focus on a widget with a focus proxy.
Update copyright year to 2010
doc: Clarified activeSubControls and subControls.
Remove warning "statement with no effect"
doc: Clarified that .lnk files are System files on Windows.
Diffstat (limited to 'tests/arthur/common')
-rw-r--r-- | tests/arthur/common/framework.cpp | 2 | ||||
-rw-r--r-- | tests/arthur/common/framework.h | 2 | ||||
-rw-r--r-- | tests/arthur/common/paintcommands.cpp | 2 | ||||
-rw-r--r-- | tests/arthur/common/paintcommands.h | 2 | ||||
-rw-r--r-- | tests/arthur/common/qengines.cpp | 2 | ||||
-rw-r--r-- | tests/arthur/common/qengines.h | 2 | ||||
-rw-r--r-- | tests/arthur/common/xmldata.cpp | 2 | ||||
-rw-r--r-- | tests/arthur/common/xmldata.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/tests/arthur/common/framework.cpp b/tests/arthur/common/framework.cpp index efa1542..19d33ec 100644 --- a/tests/arthur/common/framework.cpp +++ b/tests/arthur/common/framework.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** diff --git a/tests/arthur/common/framework.h b/tests/arthur/common/framework.h index 03161f0..8a4d837 100644 --- a/tests/arthur/common/framework.h +++ b/tests/arthur/common/framework.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** diff --git a/tests/arthur/common/paintcommands.cpp b/tests/arthur/common/paintcommands.cpp index feabaed..70d419e 100644 --- a/tests/arthur/common/paintcommands.cpp +++ b/tests/arthur/common/paintcommands.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** diff --git a/tests/arthur/common/paintcommands.h b/tests/arthur/common/paintcommands.h index e2c4d67..aed4840 100644 --- a/tests/arthur/common/paintcommands.h +++ b/tests/arthur/common/paintcommands.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** diff --git a/tests/arthur/common/qengines.cpp b/tests/arthur/common/qengines.cpp index a4f4517..12457fd 100644 --- a/tests/arthur/common/qengines.cpp +++ b/tests/arthur/common/qengines.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** diff --git a/tests/arthur/common/qengines.h b/tests/arthur/common/qengines.h index 340578e..48405c7 100644 --- a/tests/arthur/common/qengines.h +++ b/tests/arthur/common/qengines.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** diff --git a/tests/arthur/common/xmldata.cpp b/tests/arthur/common/xmldata.cpp index b3547a0..ab237a3 100644 --- a/tests/arthur/common/xmldata.cpp +++ b/tests/arthur/common/xmldata.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** diff --git a/tests/arthur/common/xmldata.h b/tests/arthur/common/xmldata.h index 7272625..99e6e91 100644 --- a/tests/arthur/common/xmldata.h +++ b/tests/arthur/common/xmldata.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** |