summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/snippets/code/src_corelib_text_qbytearraymatcher.cpp
blob: 3d750c44ff8e46b4db1b5ec14258f4e047230d08 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2018 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

//! [0]
static const auto matcher = qMakeStaticByteArrayMatcher("needle");
//! [0]

//! [1]
static const auto matcher = qMakeStaticByteArrayMatcher("needle");
//! [1]