diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/webchannel/qwebchannel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webchannel/qwebchannel.h b/src/webchannel/qwebchannel.h index a1f4b6b..bf9c5fd 100644 --- a/src/webchannel/qwebchannel.h +++ b/src/webchannel/qwebchannel.h @@ -50,7 +50,7 @@ QT_BEGIN_NAMESPACE -class QWebChannelPrivate; +struct QWebChannelPrivate; class Q_WEBCHANNEL_EXPORT QWebChannel : public QObject { |