Annotate overridden methods

This commit is contained in:
Luis Ángel San Martín
2019-05-31 22:11:14 +02:00
parent 9140d66693
commit f29724e404
92 changed files with 288 additions and 288 deletions

View File

@ -18,7 +18,7 @@ public slots:
protected:
QLabel *iconLabel;
QLabel *titleLabel;
void paintEvent(QPaintEvent *);
void paintEvent(QPaintEvent *) override;
QString backgroundColor;
};