mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 07:37:24 +00:00
C++ testing: gate under the experimental feature
This commit is contained in:
parent
6bcbc827c4
commit
6c58f4f492
5 changed files with 5 additions and 4 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <string_view>
|
||||
|
||||
#ifdef SLINT_FEATURE_TESTING
|
||||
# ifdef SLINT_FEATURE_EXPERIMENTAL
|
||||
|
||||
namespace slint::testing {
|
||||
/// Init the testing backend.
|
||||
|
@ -173,4 +174,5 @@ public:
|
|||
|
||||
}
|
||||
|
||||
# endif // SLINT_FEATURE_EXPERIMENTAL
|
||||
#endif // SLINT_FEATURE_TESTING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue