diff options
Diffstat (limited to 'api/logic/screenshots/ImgurAlbumCreation.h')
-rw-r--r-- | api/logic/screenshots/ImgurAlbumCreation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/logic/screenshots/ImgurAlbumCreation.h b/api/logic/screenshots/ImgurAlbumCreation.h index dd398491..469174e4 100644 --- a/api/logic/screenshots/ImgurAlbumCreation.h +++ b/api/logic/screenshots/ImgurAlbumCreation.h @@ -4,7 +4,7 @@ #include "multimc_logic_export.h" -typedef shared_qobject_ptr<class ImgurAlbumCreation> ImgurAlbumCreationPtr; +typedef std::shared_ptr<class ImgurAlbumCreation> ImgurAlbumCreationPtr; class MULTIMC_LOGIC_EXPORT ImgurAlbumCreation : public NetAction { public: @@ -34,7 +34,7 @@ slots: public slots: - virtual void executeTask(); + virtual void start(); private: QList<ScreenshotPtr> m_screenshots; |