GlobalShortcutsBackendKGlobalAccel: Add globalShortcutRepeated signal
This commit is contained in:
@@ -120,6 +120,7 @@ void GlobalShortcutsBackendKGlobalAccel::RegisterFinished(QDBusPendingCallWatche
|
|||||||
}
|
}
|
||||||
|
|
||||||
QObject::connect(component_, &org::kde::kglobalaccel::Component::globalShortcutPressed, this, &GlobalShortcutsBackendKGlobalAccel::GlobalShortcutPressed, Qt::UniqueConnection);
|
QObject::connect(component_, &org::kde::kglobalaccel::Component::globalShortcutPressed, this, &GlobalShortcutsBackendKGlobalAccel::GlobalShortcutPressed, Qt::UniqueConnection);
|
||||||
|
QObject::connect(component_, &org::kde::kglobalaccel::Component::globalShortcutRepeated, this, &GlobalShortcutsBackendKGlobalAccel::GlobalShortcutPressed, Qt::UniqueConnection);
|
||||||
|
|
||||||
qLog(Debug) << "Registered.";
|
qLog(Debug) << "Registered.";
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,11 @@
|
|||||||
<arg name="actionUnique" type="s" direction="out"/>
|
<arg name="actionUnique" type="s" direction="out"/>
|
||||||
<arg name="timestamp" type="x" direction="out"/>
|
<arg name="timestamp" type="x" direction="out"/>
|
||||||
</signal>
|
</signal>
|
||||||
|
<signal name="globalShortcutRepeated">
|
||||||
|
<arg name="componentUnique" type="s" direction="out"/>
|
||||||
|
<arg name="actionUnique" type="s" direction="out"/>
|
||||||
|
<arg name="timestamp" type="x" direction="out"/>
|
||||||
|
</signal>
|
||||||
<method name="cleanUp">
|
<method name="cleanUp">
|
||||||
<arg type="b" direction="out"/>
|
<arg type="b" direction="out"/>
|
||||||
</method>
|
</method>
|
||||||
|
|||||||
Reference in New Issue
Block a user