Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mujx committed Sep 26, 2018
1 parent 5ea4792 commit 9bc7b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timeline/TimelineItem.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class TextLabel : public QTextBrowser
protected:
void mousePressEvent(QMouseEvent *e) override;
void mouseReleaseEvent(QMouseEvent *e) override;
void focusOutEvent(QFocusEvent* e) override;
void focusOutEvent(QFocusEvent *e) override;

private slots:
void adjustHeight(const QSizeF &size) { setFixedHeight(size.height()); }
Expand Down

0 comments on commit 9bc7b63

Please sign in to comment.