Skip to content

Commit 4c1c6be

Browse files
committedApr 26, 2023
Docs
1 parent 6ddae04 commit 4c1c6be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎src/gui/qgsdbqueryhistoryprovider.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,16 @@ class GUI_EXPORT QgsDatabaseQueryHistoryProvider : public QgsAbstractHistoryProv
4545
QgsHistoryEntryNode *createNodeForEntry( const QgsHistoryEntry &entry, const QgsHistoryWidgetContext &context ) override SIP_FACTORY;
4646
void updateNodeForEntry( QgsHistoryEntryNode *node, const QgsHistoryEntry &entry, const QgsHistoryWidgetContext &context ) override;
4747

48+
/**
49+
* Causes the provider to emit the openSqlDialog() signal.
50+
*/
4851
void emitOpenSqlDialog( const QString &connectionUri, const QString &provider, const QString &sql );
4952

5053
signals:
5154

55+
/**
56+
* Emitted when the provider wants to trigger a SQL execution dialog.
57+
*/
5258
void openSqlDialog( const QString &connectionUri, const QString &provider, const QString &sql );
5359

5460
};

0 commit comments

Comments
 (0)
Please sign in to comment.