5 #include <QMutexLocker>
10 static char *
get(QString which=
"");
static void initialize()
Initialize the icon library.
static QMutex _initializeMutex
An initialize locker... needed because icons may be requested by multiple threads before initializati...
static char * get(QString which="")
Fetch an icon from the library.
static bool _initialized
The initialization state of the icon library.
static QMap< QString, char * > _icons
The icon library map.