Oracle: follow redirects

This commit is contained in:
Fabio Bas 2016-01-15 16:07:26 +01:00
parent f7f9827b91
commit bacb289eff
2 changed files with 43 additions and 15 deletions

View file

@ -80,6 +80,7 @@ protected:
void initializePage();
bool validatePage();
void readSetsFromByteArray(QByteArray data);
void downloadSetsFile(QUrl url);
private:
QRadioButton *urlRadioButton;
QRadioButton *fileRadioButton;
@ -128,6 +129,7 @@ public:
protected:
void initializePage();
bool validatePage();
void downloadTokensFile(QUrl url);
private:
QLabel *urlLabel;
QLineEdit *urlLineEdit;