pictures are openable with -showpic= argument

This commit is contained in:
Rafael 2016-03-21 03:10:28 +01:00
parent 527a85ac23
commit 32004fe054
6 changed files with 177 additions and 8 deletions

View file

@ -13,6 +13,7 @@ class PictureDialog : public QDialog
public:
explicit PictureDialog(QWidget *parent = 0);
void setSnapmaticPicture(QPixmap pixmap);
~PictureDialog();
private: