We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503ec19 commit 3cc771cCopy full SHA for 3cc771c
generator/main.cpp
@@ -105,7 +105,7 @@ namespace
105
includes << (frameworkDir + "/QtOpenGL.framework/Headers");
106
includes << frameworkDir;
107
#else
108
- qWarning((reason + "This may cause problems with finding the necessary include files.").toUtf8().constData());
+ qWarning() << reason << "This may cause problems with finding the necessary include files.";
109
#endif
110
}
111
else
0 commit comments