This commit is contained in:
Luis Ángel San Martín
2015-03-18 16:08:35 +01:00
parent f3db490b23
commit 1db8d270e0
2 changed files with 28 additions and 12 deletions

View File

@ -28,6 +28,7 @@ Q_OBJECT
QPixmap * qrCodeImage;
QProcess * qrGenerator;
public slots:
void generateQR();
void generateQR(const QString & serverAddress);
@ -41,4 +42,4 @@ signals:
};
#endif
#endif