Disable clipboardsharing in view only mode.
[kdenetwork.git] / kget / core / transferdatasource.cpp
blobe5c59edc898297551b8075e32d34eab89f683588
1 /* This file is part of the KDE project
3 Copyright (C) 2008 Manolo Valdes <nolis71cu@gmail.com>
5 This program is free software; you can redistribute it and/or
6 modify it under the terms of the GNU General Public
7 License as published by the Free Software Foundation; either
8 version 2 of the License, or (at your option) any later version.
9 */
11 #include "transferdatasource.h"
13 #include <kdebug.h>
15 TransferDataSource::TransferDataSource(QObject *parent)
16 :QObject(parent)
18 kDebug(5001) ;
21 TransferDataSource::~TransferDataSource()
23 kDebug(5001) ;
26 #include "transferdatasource.moc"