Skip to content

Commit 93e2159

Browse files
committedSep 14, 2014
doxymentation fix
1 parent 05c4522 commit 93e2159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/symbology-ng/qgssymbollayerv2utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ class CORE_EXPORT QgsSymbolLayerV2Utils
264264
* invalid color
265265
* @note added in 2.5
266266
*/
267-
static QColor colorFromMimeData( const QMimeData * mimeData, bool& hasAlpha );
267+
static QColor colorFromMimeData( const QMimeData *data, bool& hasAlpha );
268268

269269
/**
270270
* Attempts to parse mime data as a list of named colors

0 commit comments

Comments
 (0)
Please sign in to comment.