summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2013-01-16 19:41:49 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-23 07:54:00 +0100
commit3c6bb0ed8bfc9a2c679f4154585a16e47275ad21 (patch)
treec92aeb8ff742dd5c7af269fcbfb9a5f3bc22e85b /.gitignore
parent18c7ce5994126e7eb89e37c3d2bf6d528f84fdc3 (diff)
Make the QtDBus object tree keep a count of active children
The new member variable activeChildren shall contain the number of direct children that are active. This number differs from children.count() because the vector may contain empty entries that haven't been garbage-collected yet (obj == NULL and activeChildren == 0). When this count drops to zero, we know we can simply erase the vector of children. Change-Id: Ia20604d3fac852ea4a6e8862d934fbb936fa5e18 Reviewed-by: David Faure (KDE) <faure@kde.org>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions