Skip to content

Commit 9b8fd50

Browse files
m-kuhnelpaso
andauthored
Update src/providers/spatialite/qgsspatialiteprovider.h
Co-Authored-By: elpaso <elpaso@itopen.it>
1 parent af0d891 commit 9b8fd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/spatialite/qgsspatialiteprovider.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ class QgsSpatiaLiteProvider: public QgsVectorDataProvider
203203
void determineViewPrimaryKey();
204204

205205
//! Returns primary key(s) from a table name
206-
QList<QString> tablePrimaryKeys( const QString tableName ) const;
206+
QStringList tablePrimaryKeys( const QString &tableName ) const;
207207

208208
//! Check if a table/view has any triggers. Triggers can be used on views to make them editable.
209209
bool hasTriggers();

0 commit comments

Comments
 (0)