src/hbcore/devicedialogbase/devicedialogserver/hbpluginnamecache.cpp
changeset 30 80e4d18b72f5
parent 21 4633027730f5
--- a/src/hbcore/devicedialogbase/devicedialogserver/hbpluginnamecache.cpp	Fri Sep 17 08:32:10 2010 +0300
+++ b/src/hbcore/devicedialogbase/devicedialogserver/hbpluginnamecache.cpp	Mon Oct 04 00:38:12 2010 +0300
@@ -71,6 +71,7 @@
 //#define MONITOR_INSTALLATION_DIRS 1
 
 // Thread that scans directories and keeps the cache current
+/// \cond
 class HbPluginNameCacheThread : public QThread
 {
 public:
@@ -98,6 +99,7 @@
     HbPluginNameCache &mNameCache;
     static QMutex *mMutex;
 };
+/// \endcond
 
 // Share lock between all instances of the cache.
 QMutex *HbPluginNameCacheThread::mMutex = 0;