File indexing completed on 2024-04-14 03:58:29

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 "abstractparser.h"
0009 
0010 namespace Syndication
0011 {
0012 AbstractParser::~AbstractParser()
0013 {
0014 }
0015 
0016 } // namespace Syndication