Silence warning from syncqt
Apparently syncqt considers anything like "<blah.h>" to be an include statement, even if it's in a comment. Yet, in fact, the comment was not entirely correct here. Change-Id: I7a661007ee86bb20242d54eb128c6b646cac15e7 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
parent
60da6313cf
commit
251d6094ab
@ -52,7 +52,7 @@
|
||||
#include <QtCore/qvector.h>
|
||||
#include <QtCore/qset.h> // ### Qt 6: Remove
|
||||
#include <QtCore/qurl.h>
|
||||
#include <QtCore/qfile.h> // ### Qt 6: Replace by <qiodevice.h> and forward declare QFile
|
||||
#include <QtCore/qfile.h> // ### Qt 6: Replace by <QtCore/qiodevice.h> and forward declare QFile
|
||||
#include <QtGui/qvector2d.h>
|
||||
#include <QtGui/qtouchdevice.h> // ### Qt 6: Replace by forward declaration
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user