Skip to content

Commit 5505202

Browse files
committed
Update documentation
1 parent 4e3abbc commit 5505202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/postgres/qgspostgrestransaction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class QgsPostgresTransaction : public QgsTransaction
3636
* \param sql The SQL query to execute
3737
* \param error The error or an empty string if none
3838
* \param isDirty True to add an undo/redo command in the edition buffer, false otherwise
39-
* \param name Name of the transaction ( only used if `isDirty` is true)
39+
* \param name Name of the operation ( only used if `isDirty` is true)
4040
*/
4141
bool executeSql( const QString &sql, QString &error, bool isDirty = false, const QString &name = QString() ) override;
4242

0 commit comments

Comments
 (0)