Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
doc_src_qtqskip_snippet.cpp
Go to the documentation of this file.
1
// Copyright (C) 2020 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
4
if
(tst_Databases::getMySqlVersion(
db
).section(
QChar
(
'.'
), 0, 0).
toInt
() < 5)
5
QSKIP
(
"Test requires MySQL >= 5.0"
);
QChar
\inmodule QtCore
Definition
qchar.h:48
QSKIP
#define QSKIP(statement,...)
Definition
qtestcase.h:254
toInt
static int toInt(const QChar &qc, int R)
Definition
qv4globalobject.cpp:355
db
QMimeDatabase db
[0]
Definition
src_corelib_mimetype_qmimedatabase.cpp:7
qtbase
src
testlib
doc
snippets
code
doc_src_qtqskip_snippet.cpp
Generated by
1.9.7