aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/refactoroverlay.h
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2010-07-05 12:45:56 +0200
committerRoberto Raggi <roberto.raggi@nokia.com>2010-07-05 12:46:30 +0200
commit27141eb6ce369ff54c04aaf4172bd10f7606c2cb (patch)
treeb907cfa11c6ef986a5d0af264d118280b0922f9e /src/plugins/texteditor/refactoroverlay.h
parent3e12d0bc0a2c329830ba30993ba2ba808d3e7e71 (diff)
Position the refactoring icon at the top right corner.
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 6c0c9bac3f..1fd6637a80 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;