aboutsummaryrefslogtreecommitdiffstats
path: root/examples/demos/tweetsearch/tweetsearch.qml
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2012-06-14 14:40:00 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-23 15:45:08 +0200
commitec0ad9abc684604e7fbb9eb25899e95b58c0f7ad (patch)
tree40d9a1722c344e6c51e61ae23372de5068be0c4e /examples/demos/tweetsearch/tweetsearch.qml
parent546bf9b5f7629ca702beddf6e65d589a1cff06a5 (diff)
Cleanup/simplify tweetsearch example
Also make it possible to click on links Change-Id: I51c2abef12662f415ae0abdde5a52f857bcdb68b Reviewed-by: Alan Alpert <alan.alpert@nokia.com> Reviewed-by: Yann Bodson <yann.bodson@nokia.com>
Diffstat (limited to 'examples/demos/tweetsearch/tweetsearch.qml')
-rw-r--r--examples/demos/tweetsearch/tweetsearch.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/demos/tweetsearch/tweetsearch.qml b/examples/demos/tweetsearch/tweetsearch.qml
index 754dcac513..38de10c97f 100644
--- a/examples/demos/tweetsearch/tweetsearch.qml
+++ b/examples/demos/tweetsearch/tweetsearch.qml
@@ -124,5 +124,6 @@ Rectangle {
model.insert(0, obj)
}
+ signal autoSearch(string type, string str) // To communicate with Footer instance
}
}