1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-26 16:24:41 +01:00

Change to uppercase

This commit is contained in:
Jonas Kvinge 2021-05-29 20:37:58 +02:00
parent 1ced4e277b
commit 69a6416146

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.";
}