Skip to content

Commit

Permalink
Cleanup: move const position.
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Dec 19, 2014
1 parent 3255272 commit d50ba63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SecEdge.hh
Expand Up @@ -12,7 +12,7 @@ public:
QGraphicsItem(parent), d_from(0), d_to(0) {}
QRectF boundingRect() const;
void layout();
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget);
void paint(QPainter *painter, QStyleOptionGraphicsItem const *option, QWidget *widget);
void setFrom(TreeNode const *from);
void setLabel(QString label);
void setTo(TreeNode const *to);
Expand Down

0 comments on commit d50ba63

Please sign in to comment.