OSDN Git Service

remove QT_MOC_CPP definition check [ci skip]
authorIvailo Monev <xakepa10@gmail.com>
Wed, 20 Jul 2016 20:30:22 +0000 (23:30 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Wed, 20 Jul 2016 20:31:06 +0000 (23:31 +0300)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
TODO
src/core/thread/qthreadstorage.h

diff --git a/TODO b/TODO
index cea6663..885191c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,5 +1,4 @@
 use system harfbuzz and clucene (optionally) and unbundle
-QT_MOC_CPP seems unused but checked for in two headers
 QCache must implement begin() and end() for qDeleteAll()
 
 Also: https://github.com/fluxer/katie/issues
index 34e76b8..2185d85 100644 (file)
@@ -64,9 +64,6 @@ public:
     int id;
 };
 
-#if !defined(QT_MOC_CPP)
-// MOC_SKIP_BEGIN
-
 // pointer specialization
 template <typename T>
 inline
@@ -123,10 +120,6 @@ inline
 void qThreadStorage_deleteData(void *d, T *)
 { delete static_cast<T *>(d); }
 
-
-// MOC_SKIP_END
-#endif
-
 template <class T>
 class QThreadStorage
 {