Skip to content

Commit

Permalink
[QgsQuick] Support of importing data for a text field
Browse files Browse the repository at this point in the history
Unified naming
  • Loading branch information
vsklencar authored and nyalldawson committed Apr 9, 2021
1 parent 145c0dd commit 66e9e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quickgui/plugin/qgsquickfeatureform.qml
Expand Up @@ -122,7 +122,7 @@ Item {
* Suppose to set `supportsDataImport` variable of a feature form. If true, enables to set data by this handler.
* \param name "Name" property of field item. Expecting alias if defined, otherwise field name.
*/
property var supportsImportData: function supportsImportData(name) { return false }
property var supportsDataImport: function supportsDataImport(name) { return false }

/**
* Suppose to be called to invoke a component to set data automatically (e.g. code scanner, sensor).
Expand Down

0 comments on commit 66e9e6f

Please sign in to comment.