file handler fix, deleting snapmatic pictures added

This commit is contained in:
Rafael 2016-03-28 15:24:09 +02:00
parent 517f446d12
commit 2c6a0fa2a5
7 changed files with 82 additions and 6 deletions

View file

@ -39,6 +39,7 @@ public:
private slots:
void on_cmdView_clicked();
void on_cmdDelete_clicked();
private:
ProfileDatabase *profileDB;
@ -46,6 +47,10 @@ private:
Ui::SnapmaticWidget *ui;
SnapmaticPicture *smpic;
QString picPath;
QString picStr;
signals:
void pictureDeleted();
};
#endif // SNAPMATICWIDGET_H