mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-09 00:58:15 +03:00
add missing reference and comment
This commit is contained in:
parent
33c575b09f
commit
e56342eeeb
@ -80,6 +80,7 @@ Item {
|
||||
Ability.PositionShortcuts {
|
||||
id: _shortcuts
|
||||
bridge: _abilityContainer.bridge
|
||||
indexer: _indexer
|
||||
}
|
||||
|
||||
ClientAbility.Requirements{
|
||||
|
@ -26,7 +26,7 @@ import org.kde.latte.abilities.client 0.1 as ClientAbility
|
||||
|
||||
ClientAbility.Indexer {
|
||||
id: _indexer
|
||||
property Item layout: null
|
||||
property Item layout: null
|
||||
|
||||
property bool updateIsBlocked: false
|
||||
property int itemsCount: 0 /*is needed to be set from consumer developer in order to avoid binding loops warnings*/
|
||||
|
@ -26,7 +26,7 @@ import org.kde.latte.abilities.client 0.1 as ClientAbility
|
||||
|
||||
ClientAbility.ParabolicEffect {
|
||||
id: parabolic
|
||||
property int itemsCount: 0
|
||||
property int itemsCount: 0 /*is needed to be set from consumer developer in order to avoid binding loops warnings*/
|
||||
|
||||
isEnabled: !root.inPlasma || root.inPlasmaDesktop
|
||||
local.factor.zoom: isEnabled ? ( 1 + (plasmoid.configuration.zoomLevel / 20) ) : 1
|
||||
|
@ -26,6 +26,7 @@ import org.kde.latte.abilities.client 0.1 as ClientAbility
|
||||
|
||||
ClientAbility.PositionShortcuts {
|
||||
id: shortcuts
|
||||
property Item indexer: null
|
||||
|
||||
function shortcutIndex(entryIndex) {
|
||||
if (!bridge || bridge.shortcuts.host.unifiedGlobalShortcuts) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user