mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 16:32:16 -07:00
Override mousePressEvent
This commit is contained in:
parent
a0222202e5
commit
dcf9d062e2
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ public:
|
||||||
const QString &text,
|
const QString &text,
|
||||||
Qt::Orientation orientation = Qt::Vertical,
|
Qt::Orientation orientation = Qt::Vertical,
|
||||||
int transparency = 80);
|
int transparency = 80);
|
||||||
void mousePressEvent(QMouseEvent *event);
|
void mousePressEvent(QMouseEvent *event) override;
|
||||||
void setBuddy(QWidget *_buddy)
|
void setBuddy(QWidget *_buddy)
|
||||||
{
|
{
|
||||||
buddy = _buddy;
|
buddy = _buddy;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue