add a FIXME comment

This commit is contained in:
Marco Martin 2014-08-28 16:15:12 +02:00
parent 85fa280111
commit b58a3ef754

View File

@ -67,6 +67,7 @@ QtControls.Slider {
activeFocusOnTab: true activeFocusOnTab: true
//FIXME: remove those 2 functions once we can depend from 5.4*/
function accessibleIncreaseAction() { increase() } function accessibleIncreaseAction() { increase() }
function accessibleDecreaseAction() { decrease() } function accessibleDecreaseAction() { decrease() }