16 #include "collectable.hpp"
18 #define HUGGLECONSUMER_WIKIEDIT 0
19 #define HUGGLECONSUMER_PROVIDERIRC 1
20 #define HUGGLECONSUMER_QUEUE 2
21 #define HUGGLECONSUMER_CORE_POSTPROCESS 3
22 #define HUGGLECONSUMER_DELETEFORM 4
23 #define HUGGLECONSUMER_PROCESSLIST 5
24 #define HUGGLECONSUMER_HUGGLETOOL 6
25 #define HUGGLECONSUMER_EDITQUERY 7
26 #define HUGGLECONSUMER_REVERTQUERY 8
27 #define HUGGLECONSUMER_MAINFORM 9
28 #define HUGGLECONSUMER_LOGINFORM 10
42 static QList<Collectable*>
list;
static void DeleteOld()
Function that walks through the list and delete these that can be deleted.
static QMutex Lock
QMutex that is used to lock the GC::list object.
Garbage collector that can be used to collect some objects.
static QList< Collectable * > list
List of all managed queries that qgc keeps track of.