blob: 25c7f0e2356068cf25d8f84bbe6c8109d70d8041 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Copyright (C) 2019 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#pragma once
namespace Qdb::Internal {
void setupQdbRunWorkers();
} // Qdb::Internal
|