Skip to content

Commit

Permalink
QgsSymbolV2 may not be copied
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Dec 22, 2015
1 parent c806004 commit 52a39fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/core/symbology-ng/qgssymbolv2.sip
Expand Up @@ -213,6 +213,9 @@ class QgsSymbolV2
//! check whether a symbol layer type can be used within the symbol
//! (marker-marker, line-line, fill-fill/line)
bool isSymbolLayerCompatible( SymbolType t );

private:
QgsSymbolV2( const QgsSymbolV2& );
};

///////////////////////
Expand Down
3 changes: 3 additions & 0 deletions src/core/symbology-ng/qgssymbolv2.h
Expand Up @@ -308,6 +308,9 @@ class CORE_EXPORT QgsSymbolV2

const QgsVectorLayer* mLayer; //current vectorlayer

private:
Q_DISABLE_COPY( QgsSymbolV2 )

};

///////////////////////
Expand Down

0 comments on commit 52a39fc

Please sign in to comment.