QtCore/qobjectcleanuphandler.h Source File
Go to the documentation of this file.
42 #ifndef QOBJECTCLEANUPHANDLER_H
43 #define QOBJECTCLEANUPHANDLER_H
61 QObject* add(QObject*
object);
62 void remove(QObject *object);
71 void objectDestroyed(QObject *);
78 #endif // QOBJECTCLEANUPHANDLER_H
#define QT_BEGIN_NAMESPACE