From a3f715c477a86b164c7db7a1740ac2ac3b21dbc7 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Thu, 9 Jan 2014 19:22:20 +0100 Subject: Enable docs for QWebSocketProtocol There is no advantage to haveing the cpp files have _p.cpp and as the public docs are in this file, rename it. In order to have the docs generated there needs to be a namespace page. Change-Id: Id6ef10ba39b7ea8b18d5d8e1cde03e566e682926 Reviewed-by: Kurt Pattyn --- src/websockets/websockets.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/websockets/websockets.pro') diff --git a/src/websockets/websockets.pro b/src/websockets/websockets.pro index 3964b73..90efe3b 100644 --- a/src/websockets/websockets.pro +++ b/src/websockets/websockets.pro @@ -34,7 +34,7 @@ SOURCES += \ $$PWD/qwebsocket_p.cpp \ $$PWD/qwebsocketserver.cpp \ $$PWD/qwebsocketserver_p.cpp \ - $$PWD/qwebsocketprotocol_p.cpp \ + $$PWD/qwebsocketprotocol.cpp \ $$PWD/qwebsockethandshakerequest_p.cpp \ $$PWD/qwebsockethandshakeresponse_p.cpp \ $$PWD/qwebsocketdataprocessor_p.cpp \ -- cgit v1.2.1