First sweep moving URLs to a constants file

This commit is contained in:
Sky
2013-12-13 14:58:11 +00:00
parent 808ca76363
commit 979946b7bb
11 changed files with 56 additions and 20 deletions

View File

@@ -102,7 +102,6 @@ void S3ListBucket::processValidReply()
};
// nothing went wrong...
QString prefix("http://s3.amazonaws.com/Minecraft.Resources/");
QByteArray ba = m_reply->readAll();
QString xmlErrorMsg;