Rename enumerations to comply with Qt style
[contrib/qtwebsockets.git] / tests / auto / websocketframe / tst_websocketframe.cpp
2014-01-18 Kurt PattynRename enumerations to comply with Qt style
2014-01-18 Frederik GladhornUse QString() instead of QStringLiteral("")
2013-12-23 Kurt PattynAdd optimizations
2013-11-02 Kurt PattynMove non-public methods from websocketprotocol to priva...
2013-10-19 Kurt PattynPut assignment on separate line to avoid compiler optim...
2013-10-19 Kurt PattynAdd test for constructor and assignment operator
2013-10-13 Kurt PattynCompleted websocketframe unit tests
2013-10-13 Kurt PattynRenamed getter methods to be Qt compliant
2013-10-13 Kurt PattynAdded TODO explaining some optimizations