File indexing completed on 2024-10-06 06:46:13
0001 /* 0002 This file is part of the syndication library 0003 SPDX-FileCopyrightText: 2006 Frank Osterfeld <osterfeld@kde.org> 0004 0005 SPDX-License-Identifier: LGPL-2.0-or-later 0006 */ 0007 0008 #include "specificdocument.h" 0009 0010 namespace Syndication 0011 { 0012 SpecificDocument::~SpecificDocument() 0013 { 0014 } 0015 0016 } // namespace Syndication