Changeset 846 for trunk/src/sql/kernel/qsqldatabase.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/sql/kernel/qsqldatabase.cpp
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 61 61 #endif 62 62 #ifdef QT_SQL_TDS 63 64 63 65 #include "../drivers/tds/qsql_tds.h" 66 64 67 #endif 65 68 #ifdef QT_SQL_DB2 … … 99 102 QT_BEGIN_NAMESPACE 100 103 101 #if !defined(QT_NO_LIBRARY) && !defined(QT_NO_SETTINGS)104 #if 102 105 Q_GLOBAL_STATIC_WITH_ARGS(QFactoryLoader, loader, 103 106 (QSqlDriverFactoryInterface_iid, … … 577 580 #endif 578 581 579 #if !defined(QT_NO_LIBRARY) && !defined(QT_NO_SETTINGS)582 #if 580 583 if (QFactoryLoader *fl = loader()) { 581 584 QStringList keys = fl->keys(); … … 775 778 } 776 779 777 #if !defined(QT_NO_LIBRARY) && !defined(QT_NO_SETTINGS)780 #if 778 781 if (!driver && loader()) { 779 782 if (QSqlDriverFactoryInterface *factory = qobject_cast<QSqlDriverFactoryInterface*>(loader()->instance(type)))
Note:
See TracChangeset
for help on using the changeset viewer.