Skip to content

Commit a024bc1

Browse files
nyalldawsonm-kuhn
authored andcommittedMar 10, 2017
Add missing description to root path property
1 parent c11ef58 commit a024bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/editorwidgets/core/qgswidgetwrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const QgsPropertiesDefinition &QgsWidgetWrapper::propertyDefinitions()
2727
{
2828
properties =
2929
{
30-
{ RootPath, QgsPropertyDefinition( "propertyRootPath", QgsPropertyDefinition::DataTypeString, QObject::tr( "Root path" ), QString() ) }
30+
{ RootPath, QgsPropertyDefinition( "propertyRootPath", QgsPropertyDefinition::DataTypeString, QObject::tr( "Root path" ), QObject::tr( "string of variable length representing root path to attachment" ) ) }
3131
};
3232
}
3333
return properties;

0 commit comments

Comments
 (0)
Please sign in to comment.