Application: Use shared pointers

Fixes #1239
This commit is contained in:
Jonas Kvinge
2023-07-21 05:55:24 +02:00
parent d6b53f78ab
commit 2e61235403
316 changed files with 2170 additions and 1643 deletions

View File

@@ -26,6 +26,7 @@
#include <QString>
#include <QUrl>
#include "core/shared_ptr.h"
#include "settings/settingspage.h"
class QEvent;
@@ -62,7 +63,7 @@ class SubsonicSettingsPage : public SettingsPage {
private:
Ui_SubsonicSettingsPage *ui_;
SubsonicService *service_;
SharedPtr<SubsonicService> service_;
};
#endif // SUBSONICSETTINGSPAGE_H