release 1.0.1

* fix captcha
This commit is contained in:
arcan1s
2014-07-31 15:27:01 +04:00
parent 33f6282224
commit 33fdd14e79
11 changed files with 101 additions and 42 deletions

View File

@@ -59,6 +59,11 @@ public:
* @brief method which is used for update tabs from external classes
*/
void externalUpdateTab();
/**
* @brief method which sets captcha image
* @param captcha captcha image
*/
void setCaptchaImage(QPixmap captcha);
public slots:
/**