qglobal.h: remove non-ASCII quotes from comment

Because MSVC warns. Added by me on commit.
c496fee2a5

Fixes: QTBUG-81310
Change-Id: I596aec77785a4e4e84d5fffd15e93a8e367e035e
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
bb10
Thiago Macieira 2020-01-12 11:32:06 -08:00
parent 76fbe75abe
commit f936ca4f86
1 changed files with 1 additions and 1 deletions

View File

@ -945,7 +945,7 @@ QT_WARNING_POP
#endif
QT_WARNING_PUSH
// warning: noexcept-expression evaluates to false because of a call to void swap(..., ...)'
// warning: noexcept-expression evaluates to 'false' because of a call to 'void swap(..., ...)'
QT_WARNING_DISABLE_GCC("-Wnoexcept")
namespace QtPrivate