mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
Oracle: follow redirects
This commit is contained in:
parent
f7f9827b91
commit
bacb289eff
2 changed files with 43 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue