File indexing completed on 2023-05-30 09:05:52
0001 // SPDX-FileCopyrightText: 2011 Friedrich W. H. Kossebau <kossebau@kde.org> 0002 // SPDX-License-Identifier: LGPL-2.1-or-later 0003 0004 #include "plasmarunner.h" 0005 0006 #if KRUNNER_VERSION >= QT_VERSION_CHECK(5, 72, 0) 0007 using namespace Marble; 0008 K_PLUGIN_CLASS_WITH_JSON(PlasmaRunner, "plasma-runner-marble.json") 0009 #else 0010 K_EXPORT_PLASMA_RUNNER(marble, Marble::PlasmaRunner) 0011 #endif 0012 0013 #include "main.moc"