added ability to change Snapmatic Location

This commit is contained in:
Syping 2017-11-12 15:58:59 +01:00
parent f62b1b08c0
commit a591adf6ea
33 changed files with 1586 additions and 730 deletions

View file

@ -34,7 +34,7 @@ public:
~ImportDialog();
QImage image();
QString getImageTitle();
void setImage(const QImage &image);
void setImage(QImage *image);
bool isImportAgreed();
private slots: