KDEGames

corebindingsplugin.cpp
1/*
2 SPDX-FileCopyrightText: 2012 Viranch Mehta <viranch.mehta@gmail.com>
3
4 SPDX-License-Identifier: LGPL-2.0-only
5*/
6
7#include "corebindingsplugin.h"
8
9// own
10#include <KGameThemeProvider>
11
12void CoreBindingsPlugin::registerTypes(const char *uri)
13{
14 Q_ASSERT(uri == QByteArrayLiteral("org.kde.games.core"));
15
16 qmlRegisterType<KGameThemeProvider>(uri, 0, 1, "ThemeProvider");
17}
18
19#include "moc_corebindingsplugin.cpp"
T qobject_cast(QObject *object)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:16:50 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.