X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcoretransfer.cpp;h=34443a048f2e9dad158b2557cd3762f07c07a9e0;hb=3e63cb8a6e83765069a45101b86ae9e21dcc57ad;hp=ea07b3746baf567b9b6fee2ac82ea2418863b0a6;hpb=de8cb8bb24c3bfd5600726e99acccb080a5beb87;p=quassel.git diff --git a/src/core/coretransfer.cpp b/src/core/coretransfer.cpp index ea07b374..34443a04 100644 --- a/src/core/coretransfer.cpp +++ b/src/core/coretransfer.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -27,8 +27,6 @@ const qint64 chunkSize = 16 * 1024; -INIT_SYNCABLE_OBJECT(CoreTransfer) - CoreTransfer::CoreTransfer(Direction direction, const QString &nick, const QString &fileName, const QHostAddress &address, quint16 port, quint64 fileSize, QObject *parent) : Transfer(direction, nick, fileName, address, port, fileSize, parent), _socket(0),