Changeset View
Changeset View
Standalone View
Standalone View
src/kded/bluezagent.cpp
| Show First 20 Lines • Show All 136 Lines • ▼ Show 20 Line(s) | |||||
| 137 | } | 137 | } | ||
| 138 | 138 | | |||
| 139 | void BluezAgent::release() | 139 | void BluezAgent::release() | ||
| 140 | { | 140 | { | ||
| 141 | qCDebug(BLUEDAEMON) << "AGENT-Release"; | 141 | qCDebug(BLUEDAEMON) << "AGENT-Release"; | ||
| 142 | 142 | | |||
| 143 | Q_EMIT agentReleased(); | 143 | Q_EMIT agentReleased(); | ||
| 144 | } | 144 | } | ||
| 145 | | ||||
| 146 | void BluezAgent::cancel() | ||||
| 147 | { | ||||
| 148 | qCDebug(BLUEDAEMON) << "AGENT-Cancel"; | ||||
| 149 | | ||||
| 150 | Q_EMIT agentCanceled(); | ||||
| 151 | } | ||||