import QtQuick /** * This is just to make sure `RippleButton`s can be used in a Flow layout. */ Flow { property int clickIndex: -1 }