mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Moved popMenu declaration up to qgsmaplayer.h
git-svn-id: http://svn.osgeo.org/qgis/trunk@577 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
d64242afdf
commit
889420a8b8
@ -120,7 +120,7 @@ class QgsVectorLayer:public QgsMapLayer
|
||||
QString providerKey;
|
||||
|
||||
bool registered;
|
||||
QPopupMenu *popMenu;
|
||||
|
||||
enum ENDIAN
|
||||
{
|
||||
NDR = 1,
|
||||
@ -137,6 +137,7 @@ class QgsVectorLayer:public QgsMapLayer
|
||||
};
|
||||
private: // Private methods
|
||||
int endian();
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user