Skip to content

Commit

Permalink
Add missing description to root path property
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson authored and m-kuhn committed Mar 10, 2017
1 parent c11ef58 commit a024bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/core/qgswidgetwrapper.cpp
Expand Up @@ -27,7 +27,7 @@ const QgsPropertiesDefinition &QgsWidgetWrapper::propertyDefinitions()
{
properties =
{
{ RootPath, QgsPropertyDefinition( "propertyRootPath", QgsPropertyDefinition::DataTypeString, QObject::tr( "Root path" ), QString() ) }
{ RootPath, QgsPropertyDefinition( "propertyRootPath", QgsPropertyDefinition::DataTypeString, QObject::tr( "Root path" ), QObject::tr( "string of variable length representing root path to attachment" ) ) }
};
}
return properties;
Expand Down

0 comments on commit a024bc1

Please sign in to comment.