summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/snippets/code/src_gui_kernel_qshortcutmap.cpp
blob: c08b318a4d6510381397e8dad4000bf17a160a81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
#include <QKeySequence>

namespace src_gui_kernel_qshortcutmap {

void wrapper() {
QKeySequence key;

//! [0]
key = QKeySequence();
//! [0]

} // wrapper
} // src_gui_kernel_qshortcutmap