mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +00:00
C++: add a STD feature enabled by default
This commit is contained in:
parent
a1bf77383f
commit
7cffad2c3f
13 changed files with 82 additions and 45 deletions
|
@ -2,6 +2,7 @@
|
|||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#include "printerdemo.h"
|
||||
#include <iostream>
|
||||
|
||||
struct InkLevelModel : slint::Model<InkLevel>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue