Replaced QTcpSocket * with a QIODevice * to make network independent unit tests possible.
[contrib/qtwebsockets.git] / src / dataprocessor_p.cpp
2013-08-26 Kurt PattynReplaced QTcpSocket * with a QIODevice * to make networ...
2013-08-26 Kurt PattynReplace QWebSocket:: scope with QObject:: in calls...
2013-08-26 Kurt PattynRemoved scope (i.e. QWebSocket) from tr() callls
2013-08-26 Kurt PattynAdd tr() to translatable strings
2013-08-25 Kurt PattynReplaced tabs by spaces
2013-08-25 Kurt PattynAdapted copyright disclaimer to be a pure C++ comment
2013-08-25 Kurt PattynAdded copyright disclaimer to all files
2013-08-25 Kurt PattynAdded QT_BEGIN_NAMESPACE and QT_END_NAMESPACE to files
2013-08-24 Kurt PattynRenamed source directory to src (to be in line with Qt)