summaryrefslogtreecommitdiff
path: root/src/websockets/websockets.pro
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2014-01-09 19:22:20 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-11 18:22:09 +0100
commita3f715c477a86b164c7db7a1740ac2ac3b21dbc7 (patch)
treef1405cbb169a4b3bfb92dc85c17ba917b4583bac /src/websockets/websockets.pro
parenta23160a405af764435a4d1662ea51e51d0b384ce (diff)
downloadqtwebsockets-a3f715c477a86b164c7db7a1740ac2ac3b21dbc7.tar.gz
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 <pattyn.kurt@gmail.com>
Diffstat (limited to 'src/websockets/websockets.pro')
-rw-r--r--src/websockets/websockets.pro2
1 files changed, 1 insertions, 1 deletions
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 \