Skip to content

Commit

Permalink
reenabled deleteTempRubberBand on non win, 72608b0 followup
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed Sep 12, 2015
1 parent 72608b0 commit 97675a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/qgsmaptoolcapture.h
Expand Up @@ -71,11 +71,12 @@ class GUI_EXPORT QgsMapToolCapture : public QgsMapToolAdvancedDigitizing

#ifdef Q_OS_WIN
virtual bool eventFilter( QObject *obj, QEvent *e ) override;
#endif

/**
* Clean a temporary rubberband
*/
void deleteTempRubberBand();
#endif

private slots:
void validationFinished();
Expand Down

0 comments on commit 97675a9

Please sign in to comment.