summaryrefslogtreecommitdiffstats
path: root/qafbwebsocketclient.h
AgeCommit message (Collapse)AuthorFilesLines
2018-12-13Rename method to avoid conflict with Qt's oneLoïc Collignon1-1/+1
Each QtObject define an 'event' method, which can conflict with the 'event' method to handle events in an Application Framework meaning. Change-Id: I0fad844bfaa8fbfc2d14cc15b1f346b6f739a643 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2018-12-13Added a Qt's websocket client to AFB into helpersLoïc Collignon1-0/+69
This add a single Qt class to serve as a client to Application Framework Binder. It's optional, not enabled by default. To enable you have to set AFB_HELPERS_QTWSCLIENT to ON. Change-Id: Ia0759a95688e48183e6661082693c410a575b14b Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>