refactor: buttons and friends (#6102)

This commit is contained in:
nerix
2025-05-25 11:17:06 +02:00
committed by GitHub
parent deed1061b5
commit 84c0b39fde
49 changed files with 1083 additions and 691 deletions
+3 -1
View File
@@ -9,6 +9,8 @@
namespace chatterino {
class PixmapButton;
class DraggablePopup : public BaseWindow
{
Q_OBJECT
@@ -60,7 +62,7 @@ private:
// dragTimer_ is called ~60 times per second once the user has initiated dragging
QTimer dragTimer_;
Button *pinButton_ = nullptr;
PixmapButton *pinButton_ = nullptr;
bool isPinned_ = false;
};