mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-27 12:29:41 +00:00
C++: make all properties and sub elements private
This commit is contained in:
parent
a662d36dc3
commit
a4efac920a
2 changed files with 203 additions and 117 deletions
|
@ -1,5 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
// In C++17, it is conditionally supported, but still valid for all compiler we care
|
||||
#pragma GCC diagnostic ignored "-Winvalid-offsetof"
|
||||
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue