fix #25666: fix warning reg. ignored dllimport
This commit is contained in:
parent
76cf6a1a42
commit
78a0da475f
1 changed files with 1 additions and 1 deletions
2
thirdparty/xmlstream/xmlutils_p.h
vendored
2
thirdparty/xmlstream/xmlutils_p.h
vendored
|
@ -66,7 +66,7 @@ class QXmlCharRange;
|
|||
\short This class contains helper functions related to XML, for validating character classes,
|
||||
productions in the XML specification, and so on.
|
||||
*/
|
||||
class Q_CORE_EXPORT QXmlUtils
|
||||
class QXmlUtils
|
||||
{
|
||||
public:
|
||||
static bool isEncName(const QString &encName);
|
||||
|
|
Loading…
Reference in a new issue