Go to the source code of this file.
Classes | |
class | KDevPlugin |
Macros | |
#define | TDEVELOP_PLUGIN_VERSION 5 |
Detailed Description
TDevelop plugin interface.
Definition in file kdevplugin.h.
Macro Definition Documentation
◆ TDEVELOP_PLUGIN_VERSION
#define TDEVELOP_PLUGIN_VERSION 5 |
Current TDevelop plugin interface version.
Interfaces declare plugin version to make sure old source (or binary) incompatible plugins are not loaded. Increase this if it is necessary that old plugins stop working.
Definition at line 46 of file kdevplugin.h.