mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-21 15:52:19 +00:00
C++: make the PhysicalRegion::rectangles non-overlapping
This commit is contained in:
parent
256ff1a5f5
commit
42d7661ec6
4 changed files with 39 additions and 14 deletions
|
@ -1,12 +1,12 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint.dev>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0
|
||||
|
||||
#include <ranges>
|
||||
#include <chrono>
|
||||
#define CATCH_CONFIG_MAIN
|
||||
#include "catch2/catch.hpp"
|
||||
|
||||
#include <slint.h>
|
||||
#include <slint_image.h>
|
||||
|
||||
SCENARIO("SharedString API")
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue