mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
QgsSymbolV2 may not be copied
This commit is contained in:
parent
c8060045d8
commit
52a39fc286
@ -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& );
|
||||
};
|
||||
|
||||
///////////////////////
|
||||
|
@ -308,6 +308,9 @@ class CORE_EXPORT QgsSymbolV2
|
||||
|
||||
const QgsVectorLayer* mLayer; //current vectorlayer
|
||||
|
||||
private:
|
||||
Q_DISABLE_COPY( QgsSymbolV2 )
|
||||
|
||||
};
|
||||
|
||||
///////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user