summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.h
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-05-06 15:08:45 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-05-06 15:08:45 (GMT)
commit6bc6003cb2a2bb770d4e060653f18c05d8f4296b (patch)
tree44cddd871e6cac48345a04bb900addf9626b5e8b /src/corelib/kernel/qobject.h
parentbb4e1cefdf4d8302d89914e54e6ff7e2fc9481e8 (diff)
downloadQt-6bc6003cb2a2bb770d4e060653f18c05d8f4296b.zip
Qt-6bc6003cb2a2bb770d4e060653f18c05d8f4296b.tar.gz
Qt-6bc6003cb2a2bb770d4e060653f18c05d8f4296b.tar.bz2
Squashed merge of the master-temp branch.
Conflicts: doc/src/examples/maemovibration.qdoc
Diffstat (limited to 'src/corelib/kernel/qobject.h')
-rw-r--r--src/corelib/kernel/qobject.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/corelib/kernel/qobject.h b/src/corelib/kernel/qobject.h
index 0ad73f5..f962fec 100644
--- a/src/corelib/kernel/qobject.h
+++ b/src/corelib/kernel/qobject.h
@@ -345,6 +345,11 @@ public:
};
#endif
+#ifdef qdoc
+T qFindChild(const QObject *o, const QString &name = QString());
+QList<T> qFindChildren(const QObject *oobj, const QString &name = QString());
+QList<T> qFindChildren(const QObject *o, const QRegExp &re);
+#endif
#ifdef QT_DEPRECATED
template<typename T>
inline QT_DEPRECATED T qFindChild(const QObject *o, const QString &name = QString())