From d1932bfc8ec190db2ac8878f32e77ea45e897a02 Mon Sep 17 00:00:00 2001 From: Thomas Tanner Date: Thu, 12 Nov 2015 21:48:40 +0000 Subject: Better header matching --- qt5_4.imp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt5_4.imp') diff --git a/qt5_4.imp b/qt5_4.imp index 5d75fd9e..0c688042 100644 --- a/qt5_4.imp +++ b/qt5_4.imp @@ -2464,6 +2464,7 @@ { include: [ "@\"(QtCore/)?qnamespace\\.h\"", "private", "", "public" ] }, { include: [ "@\"(QtCore/)?qlogging\\.h\"", "private", "", "public" ] }, #qDebug, qWarning, etc { include: [ "@\"(QtCore/)?qalgorithms\\.h\"", "private", "", "public" ] }, #qSort, etc + { include: [ "@\"(QtWinExtras/)?qwinfunctions\\.h\"", "private", "", "public" ] }, // for fromHICON # These ones are just madness. For instance, why with the above do we get # #include "QtCore/qcoreevent.h" // for QEvent (ptr only), etc @@ -2473,6 +2474,5 @@ #include "QtCore/qtypetraits.h" // for remove_reference<>::type #include "QtCore/qsharedpointer_impl.h" // for swap #include "QtCore/qatomic_msvc.h" -#include "qwinfunctions.h" // for fromHICON ] -- cgit v1.3.1