Skip to content

Commit f6f7027

Browse files
committedMar 18, 2018
fix failure to travis code_layout
1 parent 3d7a460 commit f6f7027

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎python/core/qgsmaplayer.sip.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313

1414

15+
1516
class QgsMapLayer : QObject
1617
{
1718
%Docstring

‎src/core/qgsmaplayer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class QPainter;
5151
/*
5252
* Constants used to describe copy-paste MIME types
5353
*/
54-
#define QGSCLIPBOARD_MAPLAYER_MIME "application/qgis.layer"
54+
#define QGSCLIPBOARD_MAPLAYER_MIME "application/qgis.maplayer"
5555

5656
/**
5757
* \ingroup core

0 commit comments

Comments
 (0)
Please sign in to comment.