1 | /* |
---|---|
2 | SPDX-FileCopyrightText: 2010 Grégory Oestreicher <greg@kamago.net> |
3 | |
4 | SPDX-License-Identifier: LGPL-2.0-or-later |
5 | */ |
6 | |
7 | #include "davmultigetprotocol_p.h" |
8 | |
9 | using namespace KDAV; |
10 | |
11 | DavMultigetProtocol::~DavMultigetProtocol() |
12 | { |
13 | } |
14 |