summaryrefslogtreecommitdiff
path: root/qt5_4.imp
diff options
context:
space:
mode:
Diffstat (limited to 'qt5_4.imp')
-rw-r--r--qt5_4.imp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt5_4.imp b/qt5_4.imp
index 0c688042..22553b0e 100644
--- a/qt5_4.imp
+++ b/qt5_4.imp
@@ -2464,7 +2464,7 @@
{ include: [ "@\"(QtCore/)?qnamespace\\.h\"", "private", "<Qt>", "public" ] },
{ include: [ "@\"(QtCore/)?qlogging\\.h\"", "private", "<QtDebug>", "public" ] }, #qDebug, qWarning, etc
{ include: [ "@\"(QtCore/)?qalgorithms\\.h\"", "private", "<QAlgorithms>", "public" ] }, #qSort, etc
- { include: [ "@\"(QtWinExtras/)?qwinfunctions\\.h\"", "private", "<QtWin>", "public" ] }, // for fromHICON
+ { include: [ "@\"(QtWinExtras/)?qwinfunctions\\.h\"", "private", "<QtWin>", "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