Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Jan 15, 2018
1 parent 4e3abbc commit 5505202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/postgres/qgspostgrestransaction.h
Expand Up @@ -36,7 +36,7 @@ class QgsPostgresTransaction : public QgsTransaction
* \param sql The SQL query to execute
* \param error The error or an empty string if none
* \param isDirty True to add an undo/redo command in the edition buffer, false otherwise
* \param name Name of the transaction ( only used if `isDirty` is true)
* \param name Name of the operation ( only used if `isDirty` is true)
*/
bool executeSql( const QString &sql, QString &error, bool isDirty = false, const QString &name = QString() ) override;

Expand Down

0 comments on commit 5505202

Please sign in to comment.