mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into update_filters
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
commit
06add2b0a8
86 changed files with 302 additions and 128 deletions
|
|
@ -49,7 +49,7 @@ class ImgurAlbumCreation : public Net::NetRequest {
|
|||
|
||||
class Sink : public Net::Sink {
|
||||
public:
|
||||
Sink(std::shared_ptr<Result> res) : m_result(res){};
|
||||
Sink(std::shared_ptr<Result> res) : m_result(res) {};
|
||||
virtual ~Sink() = default;
|
||||
|
||||
public:
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ class ImgurUpload : public Net::NetRequest {
|
|||
public:
|
||||
class Sink : public Net::Sink {
|
||||
public:
|
||||
Sink(ScreenShot::Ptr shot) : m_shot(shot){};
|
||||
Sink(ScreenShot::Ptr shot) : m_shot(shot) {};
|
||||
virtual ~Sink() = default;
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue