mirror of
https://github.com/danbulant/dotfiles
synced 2026-06-14 04:01:09 +00:00
8 lines
141 B
QML
8 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
|
|
}
|