diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-08-19 08:15:38 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-08-19 08:18:18 (GMT) |
commit | ca0b5b503e8865c0eedeea86aa132291281fc49f (patch) | |
tree | 1eca392e65bf5be617a5189d93a8327cc9ec5e34 /src/xmlpatterns/expr/qoptimizerblocks_p.h | |
parent | f21096e918a587287d61446e930c40914e2b7ce5 (diff) | |
parent | 23d2550e6d19c3e84ff2167f5696d4b6dd3f49d4 (diff) | |
download | Qt-ca0b5b503e8865c0eedeea86aa132291281fc49f.zip Qt-ca0b5b503e8865c0eedeea86aa132291281fc49f.tar.gz Qt-ca0b5b503e8865c0eedeea86aa132291281fc49f.tar.bz2 |
Merge branch 'master' into mmfphonon
Conflicts:
src/gui/itemviews/qitemselectionmodel.cpp
tests/auto/qitemselectionmodel/tst_qitemselectionmodel.cpp
Diffstat (limited to 'src/xmlpatterns/expr/qoptimizerblocks_p.h')
-rw-r--r-- | src/xmlpatterns/expr/qoptimizerblocks_p.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/xmlpatterns/expr/qoptimizerblocks_p.h b/src/xmlpatterns/expr/qoptimizerblocks_p.h index d33c573..848f087 100644 --- a/src/xmlpatterns/expr/qoptimizerblocks_p.h +++ b/src/xmlpatterns/expr/qoptimizerblocks_p.h @@ -34,7 +34,7 @@ ** met: http://www.gnu.org/copyleft/gpl.html. ** ** If you are unsure which license is appropriate for your use, please -** contact the sales department at http://www.qtsoftware.com/contact. +** contact the sales department at http://qt.nokia.com/contact. ** $QT_END_LICENSE$ ** ****************************************************************************/ @@ -65,7 +65,7 @@ namespace QPatternist /** * @short Identifies Expression instances by their Expression::id(). * - * @author Frans englich <fenglich@trolltech.com> + * @author Frans englich <frans.englich@nokia.com> * @ingroup Patternist_expressions */ class ByIDIdentifier : public ExpressionIdentifier @@ -91,7 +91,7 @@ namespace QPatternist * item type <tt>xs:string</tt>, but returns @c false for a static type involving * <tt>xs:date</tt>. * - * @author Frans englich <fenglich@trolltech.com> + * @author Frans englich <frans.englich@nokia.com> * @ingroup Patternist_expressions */ class BySequenceTypeIdentifier : public ExpressionIdentifier @@ -114,7 +114,7 @@ namespace QPatternist * @short Determines whether an Expression is a value or general comparison or both, * with a certain operator. * - * @author Frans englich <fenglich@trolltech.com> + * @author Frans englich <frans.englich@nokia.com> * @ingroup Patternist_expressions */ class ComparisonIdentifier : public ExpressionIdentifier @@ -153,7 +153,7 @@ namespace QPatternist * For example IntegerIdentifier(4) would match the former but * not the latter operand in this expression: "4 + 5". * - * @author Frans englich <fenglich@trolltech.com> + * @author Frans englich <frans.englich@nokia.com> * @ingroup Patternist_expressions */ class IntegerIdentifier : public ExpressionIdentifier @@ -172,7 +172,7 @@ namespace QPatternist * For example BooleanIdentifier(true) would match the former but * not the latter operand in this expression: "true() + false()". * - * @author Frans englich <fenglich@trolltech.com> + * @author Frans englich <frans.englich@nokia.com> * @ingroup Patternist_expressions */ class BooleanIdentifier : public ExpressionIdentifier @@ -191,7 +191,7 @@ namespace QPatternist * For example, if ByIDCreator() is passed Expression::IDCountFN, create() * will return CountFN instances. * - * @author Frans englich <fenglich@trolltech.com> + * @author Frans englich <frans.englich@nokia.com> * @ingroup Patternist_expressions */ class ByIDCreator : public ExpressionCreator |