mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 07:37:24 +00:00
C++: fix including the generated file in several translation units
This commit is contained in:
parent
155b1443e2
commit
81cb89d374
8 changed files with 76 additions and 1 deletions
8
api/cpp/tests/multiple-includes/logic.h
Normal file
8
api/cpp/tests/multiple-includes/logic.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
|
||||
#pragma once
|
||||
|
||||
struct Logic;
|
||||
|
||||
void setup_logic(const Logic &);
|
Loading…
Add table
Add a link
Reference in a new issue