Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Document code in QgsHanaColumnTypeThread
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/providers/hana/qgshanacolumntypethread.cpp
|
@@ -27,6 +27,7 @@ QgsHanaColumnTypeThread::QgsHanaColumnTypeThread( const QString &connName, const |
|
|
, mAllowGeometrylessTables( allowGeometrylessTables ) |
|
|
, mUserTablesOnly( userTablesOnly ) |
|
|
{ |
|
|
// Make sure the meta type is registered only once |
|
|
static int initialized = qRegisterMetaType<QgsHanaLayerProperty>( "QgsHanaLayerProperty" ); |
|
|
Q_UNUSED( initialized ) |
|
|
} |
|
|