OSDN Git Service

Re-implemented reference counting for JobObject.
[lamexp/LameXP.git] / src / Tool_Abstract.h
index 0672557..c311f18 100644 (file)
@@ -52,6 +52,7 @@ private:
 
        static QScopedPointer<JobObject> s_jobObject;
        static QMutex                    s_jobObjMtx;
+       static quint64                   s_jobObjCnt;
 
        bool m_firstLaunch;
 };