Port #942 from yuzu: "qt: Minor cleanup-related changes"
This commit is contained in:
parent
47025552c7
commit
1f0cbf43d6
13 changed files with 25 additions and 25 deletions
|
@ -24,7 +24,8 @@
|
|||
|
||||
SurfacePicture::SurfacePicture(QWidget* parent, GraphicsSurfaceWidget* surface_widget_)
|
||||
: QLabel(parent), surface_widget(surface_widget_) {}
|
||||
SurfacePicture::~SurfacePicture() {}
|
||||
|
||||
SurfacePicture::~SurfacePicture() = default;
|
||||
|
||||
void SurfacePicture::mousePressEvent(QMouseEvent* event) {
|
||||
// Only do something while the left mouse button is held down
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue