Skip to content
Snippets Groups Projects
Commit 9bc7b630 authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Lint

parent 5ea47920
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ public:
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()); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment