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:
timlinux 2004-01-25 01:02:49 +00:00
parent d64242afdf
commit 889420a8b8

View File

@ -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();
};