mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 10:56:57 +03:00
Deleting screenshots. Needs fixing.
This commit is contained in:
parent
da33fa4090
commit
55e21737dd
7 changed files with 56 additions and 7 deletions
|
|
@ -24,16 +24,17 @@ public:
|
|||
};
|
||||
|
||||
QString message() const;
|
||||
QList<ScreenShot *> selected() const;
|
||||
|
||||
private
|
||||
slots:
|
||||
void on_uploadBtn_clicked();
|
||||
|
||||
void on_deleteBtn_clicked();
|
||||
|
||||
private:
|
||||
Ui::ScreenshotDialog *ui;
|
||||
ScreenshotList *m_list;
|
||||
QList<ScreenShot *> m_uploaded;
|
||||
std::shared_ptr<ImgurAlbumCreation> m_imgurAlbum;
|
||||
|
||||
QList<ScreenShot *> selected() const;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue