mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
minor fix
git-svn-id: http://svn.osgeo.org/qgis/trunk@118 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
f85435ce33
commit
87f69be03d
@ -27,6 +27,6 @@ void QgsRasterLayer::draw(QPainter * p, QRect * viewExtent)
|
||||
{
|
||||
}
|
||||
|
||||
void QgsRasterLayer::identify(QgsRect * r)
|
||||
{
|
||||
}
|
||||
//void QgsRasterLayer::identify(QgsRect * r)
|
||||
//{
|
||||
//}
|
||||
|
@ -32,7 +32,7 @@ Q_OBJECT
|
||||
//! Destructor
|
||||
~QgsRasterLayer();
|
||||
void draw(QPainter *p, QRect *viewExtent);
|
||||
void identify(QgsRect *r);
|
||||
//void identify(QgsRect *r);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
@ -70,9 +70,10 @@ class QgsRect{
|
||||
*/
|
||||
QgsRect & operator=(const QgsRect &r1);
|
||||
private:
|
||||
double xmax;
|
||||
|
||||
double xmin;
|
||||
double ymax;
|
||||
double ymin;
|
||||
double xmax;
|
||||
double ymax;
|
||||
};
|
||||
#endif // QGSRECT_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user