Changed sets.xml URL due to w32-qt ssl problem

This commit is contained in:
Mark Morschhäuser 2013-05-09 19:53:13 +02:00
parent cf70843d0b
commit 314db1f464

View file

@ -19,7 +19,7 @@
#include "window_main.h"
#include "oracleimporter.h"
const QString WindowMain::defaultSetsUrl = QString("https://raw.github.com/Daenyth/Cockatrice/master/doc/sets.xml");
const QString WindowMain::defaultSetsUrl = QString("http://www.woogerworks.com/files/sets.xml");
WindowMain::WindowMain(QWidget *parent)
: QMainWindow(parent)