KDECore
KSycocaFactoryContainer< F > Class Template Reference
Workaround for the lack of QThreadStorage::setAutoDelete(false). More...
#include <ksycocafactory.h>
Public Member Functions | |
F * | factory () |
KSycocaFactoryContainer (F *factory) |
Detailed Description
template<typename F>
class KSycocaFactoryContainer< F >
Workaround for the lack of QThreadStorage::setAutoDelete(false).
Container for KSycocaFactory that doesn't delete it when it is deleted.
Definition at line 159 of file ksycocafactory.h.
Constructor & Destructor Documentation
template<typename F >
KSycocaFactoryContainer< F >::KSycocaFactoryContainer | ( | F * | factory | ) | [inline] |
Definition at line 162 of file ksycocafactory.h.
Member Function Documentation
template<typename F >
F* KSycocaFactoryContainer< F >::factory | ( | ) | [inline] |
Definition at line 163 of file ksycocafactory.h.
The documentation for this class was generated from the following file: