X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoretransfermanager.cpp;fp=src%2Fcore%2Fcoretransfermanager.cpp;h=981ac28494150ab8db6c950a6cda6758ce14f3ed;hp=0000000000000000000000000000000000000000;hb=100a2678adf2016b7b4753d09d868929de83294e;hpb=f44459818f34b556df8ff2f400098c50b78501eb diff --git a/src/core/coretransfermanager.cpp b/src/core/coretransfermanager.cpp new file mode 100644 index 00000000..981ac284 --- /dev/null +++ b/src/core/coretransfermanager.cpp @@ -0,0 +1,31 @@ +/*************************************************************************** + * Copyright (C) 2005-2013 by the Quassel Project * + * devel@quassel-irc.org * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) version 3. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * + ***************************************************************************/ + +#include "coretransfermanager.h" + +#include "transfer.h" + + +INIT_SYNCABLE_OBJECT(CoreTransferManager) +CoreTransferManager::CoreTransferManager(QObject *parent) + : TransferManager(parent) +{ + +}