mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 21:04:47 +00:00
Fix build of C++ tests
This commit is contained in:
parent
424f74a506
commit
389c2ab3cd
2 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,7 @@ namespace sixtyfps {
|
|||
|
||||
extern "C" {
|
||||
extern const internal::ItemVTable RectangleVTable;
|
||||
extern const internal::ItemVTable BorderRectangleVTable;
|
||||
extern const internal::ItemVTable TextVTable;
|
||||
extern const internal::ItemVTable TouchAreaVTable;
|
||||
extern const internal::ItemVTable ImageVTable;
|
||||
|
@ -48,6 +49,7 @@ private:
|
|||
internal::ComponentWindowOpaque inner;
|
||||
};
|
||||
|
||||
using internal::BorderRectangle;
|
||||
using internal::Image;
|
||||
using internal::Path;
|
||||
using internal::Rectangle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue