aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/refactoroverlay.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/refactoroverlay.h')
-rw-r--r--src/plugins/texteditor/refactoroverlay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/refactoroverlay.h b/src/plugins/texteditor/refactoroverlay.h
index 6c0c9bac3fe..1fd6637a806 100644
--- a/src/plugins/texteditor/refactoroverlay.h
+++ b/src/plugins/texteditor/refactoroverlay.h
@@ -37,7 +37,7 @@ public:
RefactorMarker markerAt(const QPoint &pos) const;
private:
- void paintMarker(const RefactorMarker& marker, int position, QPainter *painter, const QRect &clip);
+ void paintMarker(const RefactorMarker& marker, QPainter *painter, const QRect &clip);
RefactorMarkers m_markers;
BaseTextEditor *m_editor;
int m_maxWidth;