File indexing completed on 2024-05-05 04:40:57

0001 /*
0002     SPDX-FileCopyrightText: 2014 Alex Richardson <arichardson.kde@gmail.com>
0003 
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #include "standardoutputview.h"
0008 
0009 #include <KPluginFactory>
0010 
0011 // this is split out to a separate file so that compiling the test doesn't need the json file
0012 K_PLUGIN_FACTORY_WITH_JSON(StandardOutputViewFactory, "kdevstandardoutputview.json", registerPlugin<StandardOutputView>(); )
0013 
0014 #include "standardoutputviewmetadata.moc"