Position the refactoring icon at the top right corner.

This commit is contained in:
Roberto Raggi
2010-07-05 12:45:56 +02:00
parent 3e12d0bc0a
commit 27141eb6ce
2 changed files with 7 additions and 19 deletions

View File

@@ -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;