summaryrefslogtreecommitdiff
path: root/examples/standalone/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add documentation for the QtWebChannel module.Milian Wolff2014-08-011-134/+0
* Only depend optionally on QtWebSockets, and only use it in the example.Milian Wolff2014-07-041-47/+26
* Refactor code to use QWebChannelAbstractTransport and QtWebSockets.Milian Wolff2014-07-041-14/+46
* Change destruction order to fix crash on close.Milian Wolff2014-02-061-1/+1
* Make the underlying transport mechanism of the webchannel pluggable.Milian Wolff2014-02-061-3/+6
* Fixup license headers of the files written by me.Milian Wolff2014-01-161-3/+2
* Simplify usage of QWebChannel on the server side.Milian Wolff2014-01-081-8/+1
* Fix assertion at shutdown or on QObject destruction.Milian Wolff2014-01-081-2/+2
* Add standalone C++/Qt example which opens HTML client in a browser.Milian Wolff2013-12-201-0/+128