mirror of
https://github.com/celesrenata/end-4-flakes.git
synced 2026-06-05 18:29:26 -05:00
9 lines
141 B
QML
9 lines
141 B
QML
import QtQuick
|
|
|
|
/**
|
|
* This is just to make sure `RippleButton`s can be used in a Flow layout.
|
|
*/
|
|
Flow {
|
|
property int clickIndex: -1
|
|
}
|