mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 11:03:54 -07:00
close feature request 0000018
This commit is contained in:
parent
41c4603fe9
commit
e0c1932373
3 changed files with 15 additions and 11 deletions
|
|
@ -23,6 +23,7 @@ public:
|
|||
QString getPhaseText() const { return phaseText; }
|
||||
void setActive(bool _active) { active = _active; update(); }
|
||||
bool getActive() const { return active; }
|
||||
void triggerDoubleClickAction();
|
||||
protected:
|
||||
void paintEvent(QPaintEvent *event);
|
||||
void mouseDoubleClickEvent(QMouseEvent *event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue