Change to uppercase

This commit is contained in:
Jonas Kvinge 2021-05-29 20:37:58 +02:00
parent 1ced4e277b
commit 69a6416146
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ void GlobalShortcutsBackendKDE::RegisterFinished(QDBusPendingCallWatcher *watche
QObject::connect(component_, &org::kde::kglobalaccel::Component::globalShortcutPressed, this, &GlobalShortcutsBackendKDE::GlobalShortcutPressed, Qt::UniqueConnection);
qLog(Debug) << "registered.";
qLog(Debug) << "Registered.";
}