You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
363 B
13 lines
363 B
/* |
|
SPDX-FileCopyrightText: 2006 Aaron Seigo <aseigo@kde.org> |
|
SPDX-FileCopyrightText: 2014 Vishesh Handa <vhanda@kde.org> |
|
SPDX-FileCopyrightText: 2016 Harald Sitter <sitter@kde.org> |
|
|
|
SPDX-License-Identifier: LGPL-2.0-only |
|
*/ |
|
|
|
#include "servicerunner.h" |
|
|
|
K_PLUGIN_CLASS_WITH_JSON(ServiceRunner, "plasma-runner-services.json") |
|
|
|
#include "plugin.moc"
|
|
|