Simplify echoclient example
[contrib/qtwebsockets.git] / examples / echoclient / echoclient.cpp
2014-02-11 Jędrzej NowackiSimplify echoclient example
2014-02-04 Kurt PattynRemove superfluous Q_REQUIRED_RESULT
2014-01-20 Kurt PattynRename write methods
2014-01-20 Kurt PattynUse QStringLiteral where appropriate
2014-01-20 Kurt PattynConsume return value of write function
2014-01-20 Kurt PattynUse new connect syntax
2014-01-20 Kurt PattynLimit line length to 100 chars per line
2013-12-10 Kurt PattynCleanup code to comply with Qt style
2013-11-18 Kurt PattynChange open method so that a web socket can be reopened
2013-11-06 Kurt PattynAdd sslEchoClient and sslEchoServer examples
2013-11-02 Kurt PattynUse QT namespace and forward declarations
2013-11-01 Kurt PattynAdd correct license headers
2013-08-25 Kurt PattynReplaced tabs by spaces
2013-08-25 Kurt PattynReplaced write() methods with send() methods to comply...
2013-08-13 Kurt PattynAdded doxygen snippet tags
2013-08-13 Kurt PattynRenamed WebWocketClient to EchoClient to be consistent...
2013-08-13 Kurt PattynRenamed WebWocketClient to EchoClient to be consistent...