X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvRegisterForm.h;fp=vv%2FvvRegisterForm.h;h=e5f1ea682979bf913100499ef8a51efda6c3fc8c;hb=1ec47c5838e94f0ff1606093ae3998fc239a3191;hp=72bec2a61f274eb082687d28fc0ace8c5cda332f;hpb=59d44b9e6f5b797329f8bb47711bd53bfcf9d7e4;p=clitk.git diff --git a/vv/vvRegisterForm.h b/vv/vvRegisterForm.h index 72bec2a..e5f1ea6 100644 --- a/vv/vvRegisterForm.h +++ b/vv/vvRegisterForm.h @@ -20,6 +20,7 @@ #include "ui_vvRegisterForm.h" #include +#include #include class vvRegisterForm : public QDialog, private Ui::vvRegisterForm { @@ -29,7 +30,6 @@ public: vvRegisterForm(QUrl url); void sendData(); ~vvRegisterForm() {} - //return true only if first time virtual bool canPush(); virtual void acquitPushed(); public slots: @@ -37,6 +37,7 @@ public slots: virtual void show(); protected: QUrl url; + QSettings settings; QNetworkAccessManager* manager; };