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
parent
66cc08961f
commit
26355be54d
|
|
@ -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);
|
||||
}
|
||||
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Reference in New Issue