summaryrefslogtreecommitdiffstats
path: root/src/tools/ntqglist.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-04-22 21:26:09 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-04-22 21:26:09 -0500
commit33e2cf2d1ceff1515b2d7d2a2c29a48de63181b3 (patch)
tree62561b9fa092a2fec2ccf8b2eb00ffd924d6b207 /src/tools/ntqglist.h
parentd359f91916add61887865a3f8931086c8b4b0a53 (diff)
downloadtqt3-33e2cf2d1ceff1515b2d7d2a2c29a48de63181b3.tar.gz
tqt3-33e2cf2d1ceff1515b2d7d2a2c29a48de63181b3.zip
Automated update from Qt3
Diffstat (limited to 'src/tools/ntqglist.h')
-rw-r--r--src/tools/ntqglist.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/tools/ntqglist.h b/src/tools/ntqglist.h
index 41363a2f9..babc9f493 100644
--- a/src/tools/ntqglist.h
+++ b/src/tools/ntqglist.h
@@ -59,6 +59,8 @@ private:
TQLNode( TQPtrCollection::Item d ) { data = d; }
};
+class TQMutex;
+class TQGListPrivate;
class TQGListIteratorList; // internal helper class
class Q_EXPORT TQGList : public TQPtrCollection // doubly linked generic list
@@ -147,6 +149,12 @@ private:
TQLNode *locate( uint ); // get node at i'th pos
TQLNode *unlink(); // unlink node
+
+#if defined(QT_THREAD_SUPPORT)
+// TQMutex* mutex;
+#endif
+
+// TQGListPrivate* d;
};