mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdecore: remove unused KPluginFactoryPrivate member
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
300da74a3f
commit
4d01af27ee
1 changed files with 0 additions and 6 deletions
|
@ -36,14 +36,8 @@ class KPluginFactoryPrivate
|
|||
protected:
|
||||
typedef QPair<const QMetaObject *, KPluginFactory::CreateInstanceFunction> Plugin;
|
||||
|
||||
KPluginFactoryPrivate() : catalogInitialized(false) {}
|
||||
~KPluginFactoryPrivate()
|
||||
{
|
||||
}
|
||||
|
||||
QHash<QString, Plugin> createInstanceHash;
|
||||
KComponentData componentData;
|
||||
bool catalogInitialized;
|
||||
|
||||
KPluginFactory *q_ptr;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue