Disable clipboardsharing in view only mode.
[kdenetwork.git] / kget / core / transfertreeselectionmodel.cpp
blobd7620860ebae0fc37fbd8afbd2f87bc83b9573b0
1 /* This file is part of the KDE project
3 Copyright (C) 2006 Dario Massarin <nekkar@libero.it>
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 "core/transfertreeselectionmodel.h"
13 #include "core/transfertreemodel.h"
15 #include <kdebug.h>
17 TransferTreeSelectionModel::TransferTreeSelectionModel(QAbstractItemModel * model)
18 : QItemSelectionModel(model)
22 TransferTreeSelectionModel::~TransferTreeSelectionModel()
26 #include "transfertreeselectionmodel.moc"