Remove unneeded this

This commit is contained in:
Jonas Kvinge
2021-09-13 20:49:33 +02:00
parent d78ee3d62b
commit d5b0794b00
20 changed files with 40 additions and 40 deletions

View File

@@ -48,7 +48,7 @@ class RadioServices : public QObject {
template <typename T>
T *Service() {
return static_cast<T*>(this->ServiceBySource(T::source));
return static_cast<T*>(ServiceBySource(T::source));
}
void ReloadSettings();