diff options
author | Milian Wolff <milian.wolff@kdab.com> | 2014-07-16 17:43:57 +0200 |
---|---|---|
committer | Milian Wolff <milian.wolff@kdab.com> | 2014-07-28 13:48:58 +0200 |
commit | de4b3de37e3297c984020d1838ed3c2f1c9080af (patch) | |
tree | f31544b174215b01cb6b35e99e5df03c6483b348 /src | |
parent | a4f071e4fc0d7031a5941f6c16608536ee3dd9f4 (diff) | |
download | qtwebchannel-de4b3de37e3297c984020d1838ed3c2f1c9080af.tar.gz |
Fix wrong include of qwebchannelglobal.h.
Change-Id: I700f1e1d6508dd4d861bec4f5aa15b666d6eecc0
Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/webchannel/qwebchannelabstracttransport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webchannel/qwebchannelabstracttransport.h b/src/webchannel/qwebchannelabstracttransport.h index c90f4b1..0062fab 100644 --- a/src/webchannel/qwebchannelabstracttransport.h +++ b/src/webchannel/qwebchannelabstracttransport.h @@ -43,7 +43,7 @@ #define QWEBCHANNELABSTRACTTRANSPORT_H #include <QObject> -#include <qwebchannelglobal.h> +#include <QtWebChannel/qwebchannelglobal.h> QT_BEGIN_NAMESPACE |