aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/homescreenvoice.h
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-06-14 14:24:31 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2019-06-14 14:24:31 +0900
commitc38d55fc0b43215f63c873e7578554f5942e69b3 (patch)
tree976b6db61a9347a98862617d81cc3849e6521fc1 /homescreen/src/homescreenvoice.h
parente3767af1a9d44abe2ea88ba85ff004cbdaefc21c (diff)
add vui display
Diffstat (limited to 'homescreen/src/homescreenvoice.h')
-rw-r--r--homescreen/src/homescreenvoice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/homescreen/src/homescreenvoice.h b/homescreen/src/homescreenvoice.h
index 6a4f7e5..011280c 100644
--- a/homescreen/src/homescreenvoice.h
+++ b/homescreen/src/homescreenvoice.h
@@ -47,6 +47,7 @@ public:
Q_INVOKABLE int startListening(void);
signals:
void statusChanged(bool status);
+ void showInformation(QString info);
private:
int initialize_websocket(void);