Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/sql/kernel/qsqldriver.cpp

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    397397    on \a type.
    398398
    399     \warning Because of binary compatability constraints, this function is not virtual.
     399    \warning Because of binary compatbility constraints, this function is not virtual.
    400400    If you want to provide your own implementation in your QSqlDriver subclass,
    401401    reimplement the isIdentifierEscapedImplementation() slot in your subclass instead.
     
    422422    modification.
    423423
    424     \warning Because of binary compatability constraints, this function is not virtual,
     424    \warning Because of binary compatbility constraints, this function is not virtual,
    425425    If you want to provide your own implementation in your QSqlDriver subclass,
    426426    reimplement the stripDelimitersImplementation() slot in your subclass instead.
     
    872872    on \a type.
    873873
    874     Because of binary compatability constraints, isIdentifierEscaped() function
     874    Because of binary compatbility constraints, isIdentifierEscaped() function
    875875    (introduced in Qt 4.5) is not virtual.  Instead, isIdentifierEscaped() will
    876876    dynamically detect and call \e this slot.  The default implementation
     
    897897    identifier is returned without modification.
    898898
    899     Because of binary compatability constraints, the stripDelimiters() function
     899    Because of binary compatbility constraints, the stripDelimiters() function
    900900    (introduced in Qt 4.5) is not virtual.  Instead, stripDelimiters() will
    901901    dynamically detect and call \e this slot.  It generally unnecessary
Note: See TracChangeset for help on using the changeset viewer.