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

//! [0]
// {67C8770B-44F1-410A-AB9A-F9B5446F13EE}
QUuid IID_MyInterface(0x67c8770b, 0x44f1, 0x410a, 0xab, 0x9a, 0xf9, 0xb5, 0x44, 0x6f, 0x13, 0xee);
//! [0]