Mercurial > minori
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 252:a0eeb2cc7e6d | 253:b3549da699a6 |
|---|---|
| 1 #include "gui/widgets/clickable_label.h" | 1 #include "gui/widgets/clickable_label.h" |
| 2 /* NOTE: this can likely be moved to poster.cpp, as | |
| 3 it's really the only place this will ever be used */ | |
| 4 | 2 |
| 5 ClickableLabel::ClickableLabel(QWidget* parent) : QLabel(parent) { | 3 ClickableLabel::ClickableLabel(QWidget* parent) : QLabel(parent) { |
| 6 setCursor(Qt::PointingHandCursor); | 4 setCursor(Qt::PointingHandCursor); |
| 7 } | 5 } |
| 8 | 6 |
