mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 15:47:26 +00:00
C++: add #pragma once
to generated file
This commit is contained in:
parent
475ced0a62
commit
5a4713aa17
3 changed files with 10 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
|
||||
#include "logic.h"
|
||||
#include "appwindow.h"
|
||||
// Test that it's ok to include twice
|
||||
#include "appwindow.h"
|
||||
|
||||
void setup_logic(const Logic &logic)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue