KDECore
#include <kglobal.h>
#include <kdeversion.h>
#include <QtCore/QPluginLoader>
#include <QtCore/QtPlugin>
Go to the source code of this file.
Classes | |
struct | KDEPluginVerificationData |
Macros | |
#define | K_PLUGIN_VERIFICATION_DATA |
Macro Definition Documentation
◆ K_PLUGIN_VERIFICATION_DATA
#define K_PLUGIN_VERIFICATION_DATA |
Value:
Q_EXTERN_C KDE_EXPORT const KDEPluginVerificationData kde_plugin_verification_data = \
{ KDEPluginVerificationData::PluginVerificationDataVersion, KDE_VERSION, KDE_VERSION_STRING };
Definition: kexportplugin.h:33
@ PluginVerificationDataVersion
Definition: kexportplugin.h:34
Used to export the KDE version a plugin was compiled against.
- See also
- KDEPluginVerificationData
Definition at line 52 of file kexportplugin.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.