We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afcd5b6 commit 6f2db9dCopy full SHA for 6f2db9d
1 file changed
src/gui/qgsmaptip.cpp
@@ -14,11 +14,7 @@
14
***************************************************************************/
15
// QGIS includes
16
#include <qgsmapcanvas.h>
17
-#include <qgsmaplayer.h>
18
-#include <qgsvectordataprovider.h>
19
#include <qgsvectorlayer.h>
20
-#include <qgsfield.h>
21
-#include <qgscoordinatetransform.h>
22
23
// Qt includes
24
#include <QPoint>
@@ -38,7 +34,7 @@ QgsMapTip::~QgsMapTip()
38
34
39
35
}
40
36
41
-void QgsMapTip::showMapTip( QgsMapLayer * thepLayer,
37
+void QgsMapTip::showMapTip( QgsMapLayer *thepLayer,
42
QgsPoint & theMapPosition,
43
QPoint & thePixelPosition,
44
QgsMapCanvas *thepMapCanvas )
0 commit comments