QStyleHints: emit correct signal when calling setMouseQuickSelectionThreshold

Change-Id: Ieb76ecc406c25ca11a108775ebd46a8e597401b5
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
bb10
Akihito Izawa 2018-04-12 15:52:18 +09:00
parent 66cc08961f
commit 26355be54d
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
/*!