Mercurial > minori
comparison include/gui/widgets/clickable_label.h @ 85:c69230dc2b5d
*: cleanup includes
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Sun, 29 Oct 2023 00:57:03 -0400 |
| parents | 442065432549 |
| children | 8043152ef9d4 |
comparison
equal
deleted
inserted
replaced
| 84:eab9e623eb84 | 85:c69230dc2b5d |
|---|---|
| 1 #ifndef __gui__widgets__clickable_label_h | 1 #ifndef __gui__widgets__clickable_label_h |
| 2 #define __gui__widgets__clickable_label_h | 2 #define __gui__widgets__clickable_label_h |
| 3 | 3 |
| 4 #include <QLabel> | 4 #include <QLabel> |
| 5 | |
| 6 class QWidget; | |
| 7 | 5 |
| 8 class ClickableLabel : public QLabel { | 6 class ClickableLabel : public QLabel { |
| 9 Q_OBJECT | 7 Q_OBJECT |
| 10 | 8 |
| 11 public: | 9 public: |
