Start on asset gui

This commit is contained in:
Emil Axelsson
2017-11-14 20:46:03 +01:00
parent ce9b75117e
commit 62f58a9749
11 changed files with 72 additions and 39 deletions
@@ -149,7 +149,7 @@ bool TorrentSynchronization::nTotalBytesIsKnown() {
return false;
}
void TorrentSynchronization::updateTorrentProgress(TorrentClient::Progress p) {
void TorrentSynchronization::updateTorrentProgress(TorrentClient::Progress) {
// TODO: implement this
}