File indexing completed on 2024-04-21 08:46:47

0001 /* This file is part of the KDE project
0002 
0003    Copyright (C) 2007 Urs Wolfer <uwolfer @ kde.org>
0004 
0005    This program is free software; you can redistribute it and/or
0006    modify it under the terms of the GNU General Public
0007    License as published by the Free Software Foundation; either
0008    version 2 of the License, or (at your option) any later version.
0009 */
0010 
0011 #include "core/transfercontainer.h"
0012 
0013 #include <QDebug>
0014 
0015 TransferContainer::TransferContainer()
0016 {
0017 }
0018 
0019 TransferContainer::~TransferContainer()
0020 {
0021 }
0022 
0023 #include "moc_transfercontainer.cpp"