Formatting
This commit is contained in:
@@ -45,7 +45,7 @@ class StreamingServices : public QObject {
|
||||
|
||||
SharedPtr<StreamingService> ServiceBySource(const Song::Source source) const;
|
||||
|
||||
template <typename T>
|
||||
template<typename T>
|
||||
SharedPtr<T> Service() {
|
||||
return std::static_pointer_cast<T>(ServiceBySource(T::kSource));
|
||||
}
|
||||
|
||||
@@ -73,7 +73,7 @@ class StreamingTabsView : public QWidget {
|
||||
void OpenSettingsDialog(const Song::Source source);
|
||||
|
||||
private:
|
||||
const SharedPtr <StreamingService> service_;
|
||||
const SharedPtr<StreamingService> service_;
|
||||
QString settings_group_;
|
||||
Ui_StreamingTabsView *ui_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user