1/*
2 This file is part of the syndication library
3 SPDX-FileCopyrightText: 2006 Frank Osterfeld <osterfeld@kde.org>
4
5 SPDX-License-Identifier: LGPL-2.0-or-later
6*/
7
8#include "specificdocument.h"
9
10namespace Syndication
11{
12SpecificDocument::~SpecificDocument()
13{
14}
15
16} // namespace Syndication
17

source code of syndication/src/specificdocument.cpp