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/qsqldatabase.cpp

    r769 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])
     
    6161#endif
    6262#ifdef QT_SQL_TDS
     63
     64
    6365#include "../drivers/tds/qsql_tds.h"
     66
    6467#endif
    6568#ifdef QT_SQL_DB2
     
    99102QT_BEGIN_NAMESPACE
    100103
    101 #if !defined(QT_NO_LIBRARY) && !defined(QT_NO_SETTINGS)
     104#if
    102105Q_GLOBAL_STATIC_WITH_ARGS(QFactoryLoader, loader,
    103106                          (QSqlDriverFactoryInterface_iid,
     
    577580#endif
    578581
    579 #if !defined(QT_NO_LIBRARY) && !defined(QT_NO_SETTINGS)
     582#if
    580583    if (QFactoryLoader *fl = loader()) {
    581584        QStringList keys = fl->keys();
     
    775778    }
    776779
    777 #if !defined(QT_NO_LIBRARY) && !defined(QT_NO_SETTINGS)
     780#if
    778781    if (!driver && loader()) {
    779782        if (QSqlDriverFactoryInterface *factory = qobject_cast<QSqlDriverFactoryInterface*>(loader()->instance(type)))
Note: See TracChangeset for help on using the changeset viewer.