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:
parent
f007828382
commit
43397bc7ad
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user