looqs/gui/clicklabel.cpp

7 lines
99 B
C++
Raw Normal View 히스토리

#include "clicklabel.h"
void ClickLabel::mousePressEvent(QMouseEvent *event)
{
emit clicked();
}