declare the metatype for PluginLoader since it will be used with QVariant in the KPart

svn path=/trunk/KDE/kdelibs/; revision=1158547
This commit is contained in:
Aaron J. Seigo 2010-08-03 01:35:32 +00:00
parent f007828382
commit 43397bc7ad

View File

@ -32,6 +32,10 @@ class AbstractRunner;
class PluginLoaderPrivate;
//TODO:
// * add support for ContainmentActions plugins
// * add KPluginInfo listing support for Containments (already loaded via the applet loading code)
/**
* This is an abstract base class which defines an interface to which Plasma's
* Applet Loading logic can communicate with a parent application. The plugin loader
@ -295,4 +299,6 @@ private:
}
Q_DECLARE_METATYPE(Plasma::PluginLoader*)
#endif