Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Update src/providers/db2/qgsdb2provider.h
- Loading branch information
Showing
with
3 additions
and
0 deletions.
-
+3
−0
src/providers/db2/qgsdb2provider.h
|
@@ -24,6 +24,7 @@ |
|
|
#include "qgsgeometry.h" |
|
|
#include "qgsfields.h" |
|
|
#include <QtSql> |
|
|
#include <QMutex> |
|
|
|
|
|
/** |
|
|
* \class QgsDb2Provider |
|
@@ -123,6 +124,8 @@ class QgsDb2Provider : public QgsVectorDataProvider |
|
|
* Returns a thread-safe connection name for use with QSqlDatabase |
|
|
*/ |
|
|
static QString dbConnectionName( const QString &name ); |
|
|
|
|
|
static QMutex sMutex; |
|
|
|
|
|
QgsFields mAttributeFields; //fields |
|
|
QMap<int, QVariant> mDefaultValues; |
|
|