diff options
author | Pierre Rossi <pierre.rossi@theqtcompany.com> | 2015-08-19 16:39:50 +0200 |
---|---|---|
committer | Milian Wolff <milian.wolff@kdab.com> | 2015-08-19 15:25:21 +0000 |
commit | 3260efe1b6a28ef81226756d2f24a2c73b2c1450 (patch) | |
tree | eb5107f727c85579b2df4f5364eac7b3da77319a /src/webchannel/qwebchannel.h | |
parent | a8b2cb5cdcded05f24c90d3148b773eec1853a14 (diff) | |
download | qtwebchannel-3260efe1b6a28ef81226756d2f24a2c73b2c1450.tar.gz |
Fix #include's in public headers
Uniformly use the <Module/class.h> style, like
https://wiki.qt.io/Coding_Conventions
mandates.
Change-Id: Ia2de5fb5ba4e3229c614c204d43349bd7fcbeaab
Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
Diffstat (limited to 'src/webchannel/qwebchannel.h')
-rw-r--r-- | src/webchannel/qwebchannel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webchannel/qwebchannel.h b/src/webchannel/qwebchannel.h index 0e642db..d32d017 100644 --- a/src/webchannel/qwebchannel.h +++ b/src/webchannel/qwebchannel.h @@ -35,8 +35,8 @@ #ifndef QWEBCHANNEL_H #define QWEBCHANNEL_H -#include <QObject> -#include <QJsonValue> +#include <QtCore/QObject> +#include <QtCore/QJsonValue> #include <QtWebChannel/qwebchannelglobal.h> |