Formatting

This commit is contained in:
Jonas Kvinge
2022-03-22 21:09:05 +01:00
parent 8cb4e75f70
commit f6b70fda71
106 changed files with 446 additions and 479 deletions

View File

@@ -57,7 +57,7 @@ class AudioScrobbler : public QObject {
ScrobblerService *ServiceByName(const QString &name) const { return scrobbler_services_->ServiceByName(name); }
template <typename T>
template<typename T>
T *Service() {
return qobject_cast<T*>(ServiceByName(T::kName));
}