Mercurial > minori
diff src/gui/widgets/clickable_label.cc @ 253:b3549da699a6
*: ooooh! stupid big commit!
oops
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Tue, 06 Feb 2024 16:56:32 -0500 |
parents | 4d461ef7d424 |
children | b1f625b0227c |
line wrap: on
line diff
--- a/src/gui/widgets/clickable_label.cc Tue Feb 06 02:24:49 2024 -0500 +++ b/src/gui/widgets/clickable_label.cc Tue Feb 06 16:56:32 2024 -0500 @@ -1,6 +1,4 @@ #include "gui/widgets/clickable_label.h" -/* NOTE: this can likely be moved to poster.cpp, as - it's really the only place this will ever be used */ ClickableLabel::ClickableLabel(QWidget* parent) : QLabel(parent) { setCursor(Qt::PointingHandCursor);