From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/object.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/object.html') diff --git a/doc/html/object.html b/doc/html/object.html index f89a61c97..8b395ad44 100644 --- a/doc/html/object.html +++ b/doc/html/object.html @@ -53,12 +53,12 @@ that make it possible to elegantly integrate many tasks in an event-driven GUI;
  • hierarchical and queryable object trees that organize object ownership in a natural way; -
  • guarded pointers, TQGuardedPtr, that are automatically +
  • guarded pointers, TQGuardedPtr, that are automatically set to 0 when the referenced object is destroyed, unlike normal C++ pointers which become "dangling pointers" when their objects are destroyed.

    Many of these TQt features are implemented with standard C++ -techniques, based on inheritance from TQObject. Others, like the +techniques, based on inheritance from TQObject. Others, like the object communication mechanism and the dynamic property system, require the Meta Object System provided by TQt's own Meta Object Compiler (moc). -- cgit v1.2.1