~jibel/autopilot-qt/make-qtabstractitemview_introspection

« back to all changes in this revision

Viewing changes to driver/introspection.h

  • Committer: Tarmac
  • Author(s): Thomi Richards
  • Date: 2013-09-16 19:29:53 UTC
  • mfrom: (70.1.15 experimental)
  • Revision ID: tarmac-20130916192953-gfi8t8ot60cvm4ea
1.4 wire protocol changes. Fixes: https://bugs.launchpad.net/bugs/1195141, https://bugs.launchpad.net/bugs/1214128.

Approved by PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#include <QVariantMap>
15
15
 
16
16
/// Introspect 'obj' and return it's properties in a QVariantMap.
17
 
QList<QVariant> Introspect(const QString& query_string);
 
17
QList<NodeIntrospectionData> Introspect(const QString& query_string);
18
18
 
19
19
/// Get a list of QtNode pointers that match the given query.
20
20
QList<QtNode::Ptr> GetNodesThatMatchQuery(QString const& query_string);