diff --git a/src/gui/kernel/qstylehints.cpp b/src/gui/kernel/qstylehints.cpp index b2d968c046..48060a2c37 100644 --- a/src/gui/kernel/qstylehints.cpp +++ b/src/gui/kernel/qstylehints.cpp @@ -551,7 +551,7 @@ void QStyleHints::setMouseQuickSelectionThreshold(int threshold) if (d->m_mouseQuickSelectionThreshold == threshold) return; d->m_mouseQuickSelectionThreshold = threshold; - emit mouseDoubleClickIntervalChanged(threshold); + emit mouseQuickSelectionThresholdChanged(threshold); } /*!