Commit 03e507c8 authored by Ulf Hermann's avatar Ulf Hermann
Browse files

Fix include order


We need to include qimageiohandler.h if we want to be sure that we can
use it. Also, QT_NO_IMAGEFORMATPLUGIN is defined in a header and needs
to be checked after the includes.

Change-Id: Ic6c376c87abb9684f45ca3d740deb7e580220ae4
Reviewed-by: default avatarEirik Aavitsland <eirik.aavitsland@qt.io>
Showing with 2 additions and 2 deletions
......@@ -38,10 +38,10 @@
**
****************************************************************************/
#ifndef QT_NO_IMAGEFORMATPLUGIN
#include <QtGui/qimageiohandler.h>
#include "qicnshandler_p.h"
#ifndef QT_NO_IMAGEFORMATPLUGIN
#ifndef QT_NO_DATASTREAM
QT_BEGIN_NAMESPACE
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment