diff options
author | Kurt Pattyn <pattyn.kurt@gmail.com> | 2013-11-04 21:29:56 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-11-04 22:19:49 +0100 |
commit | 9ac2d61c4d71acd556e3694f7de74b0f9d5bdf4d (patch) | |
tree | 2992aabbb80ebf93bbee567ba7b7fb224a8dac36 | |
parent | e3b93f838ccade335753559d823f0b087fc81170 (diff) | |
download | qtwebsockets-9ac2d61c4d71acd556e3694f7de74b0f9d5bdf4d.tar.gz |
Add QtWebSockets/ directory to include to remove compiler warning
Ubuntu qtlibinfix build generates a warning that qwbsockets_global.h
should be prefixed with QtWebSockets/
Change-Id: I3de7e359e5c0d856ca8c4486abb3fe745ab7d2cd
Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
-rw-r--r-- | src/websockets/qwebsocketprotocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/websockets/qwebsocketprotocol.h b/src/websockets/qwebsocketprotocol.h index 7ee77f5..89dbed4 100644 --- a/src/websockets/qwebsocketprotocol.h +++ b/src/websockets/qwebsocketprotocol.h @@ -43,7 +43,7 @@ #define QWEBSOCKETPROTOCOL_H #include <QtCore/qglobal.h> -#include "qwebsockets_global.h" +#include "QtWebSockets/qwebsockets_global.h" QT_BEGIN_NAMESPACE |