diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.h b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.h index f50ef38abeb..730db75dc37 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.h +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.h @@ -175,7 +175,7 @@ signals: protected: void paintEvent(QPaintEvent *event); - void mousePressEvent(QMouseEvent *) + void mouseReleaseEvent(QMouseEvent *) { if (m_collapsed) { m_collapsed = false;