Deleting screenshots. Needs fixing.

This commit is contained in:
robotbrain
2014-02-24 17:40:05 -05:00
parent da33fa4090
commit 55e21737dd
7 changed files with 56 additions and 7 deletions

View File

@ -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;
};